- Dec 29, 2017
-
-
Jean-Michel Trivi authored
-
Jean-Michel Trivi authored
-
TreeHugger Robot authored
-
Jorim Jaggi authored
-
TreeHugger Robot authored
-
Jorim Jaggi authored
WC.mSurfaceControl starts hidden, but gets immediately shown in onParentSet. Reflect that in mLastSurfaceShowing in AppWindowToken such that it gets hidden immediately again while preparing the first frame. Test: Go to settings -> Add account, observe no flicker in the status bar Test: go/wm-smoke Change-Id: I6493e75fcac31784662ebcb0e24a4e5c698ed337
-
TreeHugger Robot authored
-
Narayan Kamath authored
-
Robert Berry authored
On my device at least this was never getting called. Not sure if both of these are needed. Test: adb shell am instrument -w -e package com.android.server.locksettings.recoverablekeystore com.android.frameworks.servicestests/android.support.test.runner.AndroidJUnitRunner Change-Id: I693cf2f12a6d113b68dd4a8515aee97f4efb7b18
-
Tony Mak authored
Bug: 67765768 Test: BUILD Change-Id: I6ce794c5266018c55ccbdf73c9c9cc5dd944a66b
-
TreeHugger Robot authored
-
- Dec 28, 2017
-
-
Treehugger Robot authored
-
TreeHugger Robot authored
-
Denis Kuznetsov authored
Bug: 63885845 Test: make RunFrameworksServicesRoboTests Change-Id: I6c8d04de7f5d7e82d695b1bf36de0aa27452db19
-
TreeHugger Robot authored
-
Adam Lesinski authored
-
Ivan Lozano authored
am: 6637d85f -s ours Change-Id: I46acecdf92bc1245db338ce9f7f06fdf12385bdf
-
Ivan Lozano authored
am: 203055b3 Change-Id: I63e2754a278e3acb5aaa9a6a6d94dc4174a5e8b4
-
Ivan Lozano authored
am: f7c56624 Change-Id: I1843878f7194696896700572f2259f5f2c6b92c2
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Android Build Merger (Role) authored
-
Adam Lesinski authored
-
Ivan Lozano authored
am: d74ed964 Change-Id: Ia649723ad4a067b41efa5d9182d21beb24ea8276
-
Ivan Lozano authored
am: 02d370c4 Change-Id: If6efd949c11a39c4df2ed753c6b850785f8872e4
-
Ivan Lozano authored
am: d4d542e0 Change-Id: Id9de2553e39a1999ed7e43c3ce5bc18b63fc2221
-
Ivan Lozano authored
-
Ivan Lozano authored
The unsigned integer overflow sanitizer catches an overflow on Res_GETPACKAGE usages. This is used in a number of places in ResourceTypes.cpp in a number of large functions. For now, lets disable the sanitizer in this source file. Test: Compiles and device boots without runtime errors. Bug: 30969751 Change-Id: Id9e0776ef819c895a3194a32da5c85459f1af431 Merged-In: Id9e0776ef819c895a3194a32da5c85459f1af431 (cherry picked from commit 02828740)
-
Adam Lesinski authored
- Also fixes issue where a failure checking the Java package of an attribute would yield no error message. Bug: 70722199 Test: make aapt2_tests Change-Id: I417d5ffe18c8d4ba2f1638f9fb9ba29278ec8e94
-
Adam Lesinski authored
Filesystem directory enumeration is platform dependent, so sort the files lexicographically according to source path before consuming them in the compile command. Bug: 70680618 Test: manual Change-Id: I6706dea2eb40cbaff8a586994dd1013976e4ced4
-
Robert Berry authored
Still not sure how we're getting counter_id here, though? Test: adb shell am instrument -w -e package com.android.server.locksettings.recoverablekeystore com.android.frameworks.servicestests/android.support.test.runner.AndroidJUnitRunner Change-Id: Ic473fff4a19c1d044a6381a1459eca0835a55697
-
TreeHugger Robot authored
-
Robert Berry authored
Not sure if this is correct, PTAL. We won't have a specific uid when the phone is unlocked, only the userId. Should the public key be uid-specific or just userId-specific? Test: adb shell am instrument -w -e package com.android.server.locksettings.recoverablekeystore com.android.frameworks.servicestests/android.support.test.runner.AndroidJUnitRunner Change-Id: Ic2ec442c8a283e747542fafa9d7b0462aa185532
-
Jack Yu authored
Added AIDL for CellIdentityCdma, CellIdentityGsm, CellIdentityLte and CellIdentityWcdma. This is the preliminary change for IWLAN refactoring as network registration state will be moving into system API. Test: Build bug: 64132030 Merged-In: I6763d4b6e51cf354b01ee5bfb5d37114394f3063 Change-Id: I6763d4b6e51cf354b01ee5bfb5d37114394f3063 (cherry picked from commit 31db18a4)