- Aug 14, 2019
-
-
Artur Satayev authored
Not changing the java packages, but rather moving the source location. This allows running metalava on them. Test: m Change-Id: I3b46644361239d85818dd885f461dfc94de49dca
-
- Aug 13, 2019
-
-
Brad Ebinger authored
-
Brad Ebinger authored
-
Mark Chien authored
-
markchien authored
In case tethering donwstream is setup but don't ask EntitlementManager to run provisioning. Cellular upstream should not be allowed if EntilementManager don't have any donwstream record. Bug: 134649258 Test: -build, flash, boot -manual test with carrier SIM Change-Id: I609722c79f0a45a1c2164d39721ef5883e436feb
-
Brad Ebinger authored
There looks to be a case where infinite recursion is occuring when printing information about Telecom Sessions. Set a reasonable limit of iterations and throw a warning when this condition occurs to better track down a root cause. Bug: 139045282 Test: atest TelecomUnitTests:SessionTest Merged-In: Iae69c5db070c5e58ae5d37c12d1c4df027138611 Change-Id: Iae69c5db070c5e58ae5d37c12d1c4df027138611
-
- Aug 12, 2019
-
-
Leland Miller authored
-
Brad Ebinger authored
-
Sungsoo Lim authored
-
Treehugger Robot authored
-
- Aug 09, 2019
-
-
Robert Carr authored
Missed a call-point in last refactoring. Bug: 135965618 Bug: 130211665 Bug: 133054270 Test: Manual Merged-In: I43fa93eea7d79f5b773497e3bb65750866eca2cb Change-Id: I43fa93eea7d79f5b773497e3bb65750866eca2cb (cherry picked from commit bf9298f1)
-
Treehugger Robot authored
-
Kyeongkab.Nam authored
It used "this" as a lock object to guard mListeners. but "this" is pointing to mHandler in handler thread. This causes the IndexOutOfBoundsException. bug: 138951761 Test: manual Change-Id: I826c7c68ecff4fc0d39addd3d56bc989e00848bc
-
- Aug 08, 2019
-
-
Yi Kong authored
-
Yi Kong authored
If tagId is not found in kAllPullAtomInfo map, StatsPuller will read outside of the object. Add a condition check to gracefully handle unrecognised tagId and fix the ASAN failure. Bug: 139037732 Test: boot aosp_x86-eng Change-Id: Ic62b89866dbec82f05e6f8e6afca9b312f44a801 Merged-In: I5db561c4223efc4ef6b1441490d319cc6ec8afc7 Exempt-From-Owner-Approval: trivial change, owner OOO.
-
Elliott Hughes authored
-
Elliott Hughes authored
This is the only actual user of libcutils' jstring.h. Test: treehugger Change-Id: I0444d42e5a3ca57de3bffca48aa265f267c3d4dc
-
Rajeev Kumar authored
-
Treehugger Robot authored
-
Nicolas Geoffray authored
-
Anna Trostanetski authored
-
Remi NGUYEN VAN authored
The getInterfaceVersion method was missed when freezing the AIDL interface version. This causes Q devices to return 0 instead of 3 on this interface. Bug: 139110717 Test: toggle tethering, dumpsys network_stack version Change-Id: If587cc9ead4191b9c2ad2ae65473bd89e7c37b5c
-
David Srbecky authored
Needed for jit-zygote performance improvements. Test: device boots Bug: 119800099 Change-Id: I1e46f49d94440384473430d8afebe29fbee9c68e
-
Kyunglyul Hyun authored
Test: N/A Change-Id: I4328217199581fcb181f74a5c3baabd3a9148136
-
Jack Yu authored
-
Rajeev Kumar authored
Bug: 137395050 Change-Id: Ic7768f7d3306f5d9d5c5c988afda4e8710c4ccd0 Test: Manual tests
-
Brad Ebinger authored
Integrate AIDL backend into RCS UCE APIs. Test: Telephony Unit Tests Change-Id: I7a1af154676797ce5adf7b037c883827f4085d52
-
- Aug 07, 2019
-
-
Jeff Sharkey authored
-
Nandana Dutt authored
-
vichang authored
-
- Aug 06, 2019
-
-
Aurimas Liutikas authored
-
Nandana Dutt authored
Note that with the new Bugreporting API, SystemServer is the only expected DumpstateListener implementation. Once we fully migrate Shell app, we can remove the implementation in BugreportService as well. BUG: 128980174 Test: bugreport from power menu, observe progress bar Change-Id: I40d654a70bd9ceb3a29f8a0113b85616100f4ee9 Merged-In: I40d654a70bd9ceb3a29f8a0113b85616100f4ee9
-
Aurimas Liutikas authored
A matching patch to the fix in java.util.logging.Logging nullability. See https://android-review.googlesource.com/c/platform/libcore/+/1096198/ Test: make -j update-api Change-Id: I0b653de474b6162764cfa711eb967aada4c0ee50
-
Treehugger Robot authored
-
Xiangyu/Malcolm Chen authored
-
Jordan Liu authored
This config, when enabled, shows the user a notification when the device switches to data roaming and the user has data roaming on. Bug: 133358875 Test: manual Change-Id: Ia091575ff0fa7e02f0c6a98bae0e66ef73beff81 Merged-In: Ia091575ff0fa7e02f0c6a98bae0e66ef73beff81
-
Shuo Qian authored
-
Brad Ebinger authored
-
- Aug 05, 2019
-
-
sqian authored
If the number starts with a carrier prefix, the carrier prefix is configured in {@link CarrierConfigManager#KEY_EMERGENCY_NUMBER_PREFIX_STRING_ARRAY}. This is important because it provides a solid reference for Apps to strip the prefix, which they may not prefer to display. Bug: 137225076 Test: Treehugger Change-Id: I1f6bd74f1d6eb86fe3326246e0ddb08b9cf7ac11 Merged-In: I1f6bd74f1d6eb86fe3326246e0ddb08b9cf7ac11 (cherry picked from commit 552a58ae)
-
Hui Yu authored
-