- Feb 28, 2018
-
-
Anton Hansson authored
This change sets LOCAL_SDK_VERSION for all packages where this is possible without breaking the build, and LOCAL_PRIVATE_PLATFORM_APIS := true otherwise. Setting one of these two will be made required soon, and this is a change in preparation for that. Not setting LOCAL_SDK_VERSION makes the app implicitly depend on the bootclasspath, which is often not required. This change effectively makes depending on private apis opt-in rather than opt-out. Test: make relevant packages Bug: 73535841 Change-Id: Ibcffec873a693d1c792ca210fb597d2bf37e9068 Merged-In: I4233b9091d9066c4fa69f3d24aaf367ea500f760
-
Treehugger Robot authored
-
Alexandru-Andrei Rotaru authored
Added UserRestrinctionListener for turning the service off one the DISALLOW_CONFIG_TETHERING is on into Tethering. Added notification about tethering being turned off. Also added Unit Tests to test the functionality of the UserRestrictionListener added. Bug: 27936525 Test: Turn the tehering service on (either wifi, usb or bluetooth). Automatically the system should send a notification about the service being active.Close settings from recents. From TestDPC User Restrictions switch on DISALLOW_CONFIG_TETHERING. The tethering should be turned off and a notification should appear informing that the service is inactive. Merged-In: Ib7ea8885cedc2a842ebd4487c8b366a6666996bc Change-Id: I4a57137a7ad592ca186d9508d5cc2fad3f1bc985
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
- Feb 27, 2018
-
-
Jordan Liu authored
-
Treehugger Robot authored
-
Jordan Liu authored
Min and max thresholds are fixed. Bug: 73775507 Bug: 70698348 Test: manual and ServiceStateTrackerTest Change-Id: Ie7fbda0627615f49b6205142c22ad48e88735f80 Merged-In: Ie7fbda0627615f49b6205142c22ad48e88735f80
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Ajay Panicker authored
Use setAvrcpAbsoluteVolume() instead of adjustAvrcpAbsoluteVolume in adjust stream volume in order to better sync device volume and remote Bluetooth device volume. This will allow Bluetooth to avoid calculating its own volume step size. Bug: 68812037 Test: Connect to device that supports Absolute Volume and see that volume changed occur when changing volume on device. Change-Id: I26d5812ee1a5953b6527561ce5ad1c5d944c244d
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Jack He authored
Bug: 64767509 Test: read config values in Bluetooth app Change-Id: Ia5dd2fc1c16272082f11ac886e02b838575ceedd
-
Treehugger Robot authored
-
Todd Poynor authored
If no battery is present, assume no need to check for low battery. Do not interpret battery level values if battery is not present. Bug: 34507420 Test: manual (temporary log messages with battery forced not present) Change-Id: Iebc64bc890808d583d0bd95a31f17b6363b7ba40 Merged-In: Iebc64bc890808d583d0bd95a31f17b6363b7ba40
-
Treehugger Robot authored
-
- Feb 26, 2018
-
-
Andreas Gampe authored
-
Jayachandran Chinnakkannu authored
-
Neil Fuller authored
This dependency is no longer required: it was added for libcore when libcore was implemented in terms of com.icu classes. libcore has since moved to android.icu (in core-libart) and so the droiddoc dependency is no longer required. Test: make droid docs Merged-In: I6e4e79a7df201fdc2cefa60037adf831593eaa0f Change-Id: I6e4e79a7df201fdc2cefa60037adf831593eaa0f
-
Holly Jiuyu Sun authored
-
Holly Jiuyu Sun authored
hashCode() and equals() should appear together. Bug: 73785903 Test: test on phone Merged-In: I7f9d8943f6a0e1039815e21ff6dfe035bd674639 Change-Id: I7f9d8943f6a0e1039815e21ff6dfe035bd674639
-
Tetsutoki Shiozawa authored
Symptom: RemoteFillService was crashed due to IllegalArgumentException "Service not registered:" at onServiceConnected. Root cause: RemoteFillService#onServiceConnected tries to unbind the connection if mDestroyed is flagged or mBinding is not flagged. It always fails with IllegalArgumentException. Both mDestroyed and !mBinding mean the connection was unbound. You can't unbind the unbound connection. It's not allowed. Fixes: 73864601 Fixes: 69905688 Change-Id: If5481468ddac7be41accad63e9d5382bc6c029fd
-
Jakub Pawlowski authored
-
Jakub Pawlowski authored
Test: manual Bug: 64038649 Change-Id: Iab748db944df3bba8927973d0a55d95514b9f8ed
-
Andreas Gampe authored
Mollify Errorprone. Bug: 72076216 Test: m javac-check RUN_ERROR_PRONE=true Test: atest IpSecServiceParameterizedTest Change-Id: Ia3a253c4c5994937efc0f498ac047c5fb4eee3e9
-
Andreas Gampe authored
Mollify Errorprone. Bug: 72076216 Test: m javac-check RUN_ERROR_PRONE=true Test: atest CredentialTest Change-Id: I07635124a306f82e5442a45a1fd61edc63c015a2
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Holly Jiuyu Sun authored
-
- Feb 24, 2018
-
-
Hugo Benichi authored
-
Treehugger Robot authored
-
Mengjun Leng authored
1. Added support for message priority(indicates the priority of a SMS to the network in the PDU) in 3gpp2 2. Added support for link control(indicates whether network can expect more messages or not so it can decide whether to retain the radio link or not) while sending multiple messages 3. Added support for validity period(indicates how much time the SMS is valid at the SMSC) support in 3gpp 4. Amended UT test cases for API changes and add UT validity period test case Test: Verfied sending short SMS, long SMS, MMS, SMS with emoji on live network Bug: 34962629
-
Treehugger Robot authored
-
- Feb 23, 2018
-
-
Holly Jiuyu Sun authored
Bug: 72223709 Test: Unit test Merged-In: I35a74e88767f772f764734d1f535848ba43629b9 Change-Id: I35a74e88767f772f764734d1f535848ba43629b9
-
Hugo Benichi authored
addTcpStatsResult() in NetworkMetrics was not checking for the nullness of the pendingSummary object and trying to add stats regardless. This patch fixes addTcpStatsResult() so that it populates pendingSummary if necessary, similarly to addConnectResult() and addDnsResult() Bug: 73825228 Test: runtest frameworks-net Change-Id: I616a4be0e6e5920bd2f5c58292fea769bd516df7
-