- Sep 27, 2023
-
-
Yi-an Chen authored
Add unit tests for testOnPackageInstalled, testOnAppIdRemoved and other trivial functions for AppIdPermissionPolicy. Also made BaseAppIdPermissionPolicyTest abstract and put the non-parameterized tests in AppIdPermissionPolicyTest Bug: 280853174 Test: AppIdPermissionPolicyTest Change-Id: If8680cc04ca94a0e5c4b88b4ce4b4987de3616f0
-
Eran Messeri authored
Merge "MGF1 Digest: Add separate setter" into main am: 32b5cf1b am: 3b167877 am: 51b238ea am: 60bef2a8 am: cb71db38 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2733037 Change-Id: If2ada1d394cbbd3fbe5b8a67946a4d00be6d309f Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Chandru S authored
-
Grace Cheng authored
[automerger skipped] Update PromptFingerprintIconViewModel to use DisplayRotation am: b05e1c7e am: 15b62e6c -s ours am skip reason: Merged-In Ia3f354de867db714925c21c89f23def048d1c633 with SHA-1 5351fff5 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24837921 Change-Id: I07009d0ac3e9bb590a8feb32b2175c0989e83674 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Eran Messeri authored
Merge "MGF1 Digest: Add separate setter" into main am: 32b5cf1b am: 3b167877 am: 51b238ea am: 60bef2a8 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2733037 Change-Id: I0204c03165d15a42fc16140896f4a22f8932c011 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Eric Biggers authored
-
- Sep 26, 2023
-
-
Matt Buckley authored
-
Eran Messeri authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2733037 Change-Id: I12bf87b4304f91b662b4fa013abbc91ce125cccc Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Eran Messeri authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2733037 Change-Id: Id855064bd8db2657e256a56fe0ba39134202faf6 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Song Chun Fan authored
-
Grace Cheng authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24837921 Change-Id: I1ea2d46f5f23b3d319509444c8ec839df806d84b Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Ats Jenk authored
-
Winson Chung authored
-
KRIS CHEN authored
-
Jeff Chen authored
Merge "Replace static RestrictedLockUtils call with injected UserRestrictionChecker, so we can mock it in testing." into main
-
Kunal Malhotra authored
Merge "Adding in fix for ensuring that mCrashing is cleared on restart for persistent processes" into main
-
Eran Messeri authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2733037 Change-Id: I65b79dd8d6c75d42ef3e5fe2ee0755cbdc6b2cd7 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Sudheer Shanka authored
-
Jeff Chen authored
Replace static RestrictedLockUtils call with injected UserRestrictionChecker, so we can mock it in testing. Test: SystemUIGoogleScreenshotTests SystemUITests Bug: 301269931 Change-Id: I5cbd795ddea104d486e2479da7b5919e022703c7
-
Matt Buckley authored
This fixes an issue where the default target duration was being sent when re-creating sessions, after the true target duration was already known. This caused the wrong value in PowerHAL, and no corrective update was sent because the cached value never changed. Bug: 301806277 Test: hwuitest Change-Id: I80d90e855fce92264d8341aad78b19dc547b65f4
-
Raphael Kim authored
Merge "Use hard-coded string to represent the ukey2 role when salting the authentication token." into aosp-main-future am: ffc308aa am: 12db8972 am: 6cfbd96e am: 3091bc06 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24827551 Change-Id: I82f6c9ce78d81126ec9e2c80eb8a6c7a358f11f3 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Kensuke Miyagi authored
-
Victor Hsieh authored
-
Shawn Lee authored
-
Chavi Weingarten authored
-
Sudheer Shanka authored
-
Winson Chung authored
- In cases where the TaskView are not created on the shell main thread, the callbacks on the view may be made on the wrong thread leading to an error or the a race between usage/cleanup of the surfaces used by the surface view. Fixes: 292241747 Fixes: 300870297 Test: atest TaskViewTest Test: atest PanelTaskViewControllerTest Test: atest ControlsUiControllerImplTest Change-Id: I43bbd9d8089d0ab6e6bd10dd5cb4072f0029d8dc
-
Grace Cheng authored
Update iconAsset in PromptFingerprintIconViewModel to use DisplayRotation from displayStateInteractor, and move isReverseDefaultRotation mapping into DisplayStateRepository Fixes: 299839508 Test: atest DisplayStateRepositoryTest Test: atest PromptFingerprintIconViewModelTest Test: (manual) Observe animation plays after device rotation Change-Id: Ia3f354de867db714925c21c89f23def048d1c633 Merged-In: Ia3f354de867db714925c21c89f23def048d1c633
-
Sudheer Shanka authored
With Data saver off and Battery saver on, only Batter saver allowlist will decide whether an app can access network or not. If an app is allowlisted, it would be allowed network access. Otherwise, it would not be allowed network access. Bug: 302172152 Test: n/a Change-Id: I4044c7ea5d8294f93294f3071b56ff278a18c2e9
-
Jeff Chen authored
-
Brandon Liu authored
-
Treehugger Robot authored
-
Mateusz Cicheński authored
-
Raphael Kim authored
Merge "Use hard-coded string to represent the ukey2 role when salting the authentication token." into aosp-main-future am: ffc308aa am: 12db8972 am: 6cfbd96e Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24827551 Change-Id: Ic5b2cc959f8a937d8983f906d48135c7dcf1db22 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Daniel Norman authored
-
Alex Salo authored
-
Sudheer Shanka authored
CachedAppOptimizer.unfreezeAppLSP() could be called even if the process is not frozen and unfreezeAppLSP() returns early if the process is not frozen. So, reportProcessFreezableChangedLocked() should only be called after unfreezeAppLSP() checks if there is a need to do any unfreezing. Bug: 301986056 Test: atest CtsBroadcastTestCases Change-Id: I6b50aac1d24f02fd1d84a095ba487fea80f9091a
-
Julia Reynolds authored
-
Raphael Kim authored
Merge "Use hard-coded string to represent the ukey2 role when salting the authentication token." into aosp-main-future am: ffc308aa am: 12db8972 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24827551 Change-Id: Ic0fcd6c61e235d0b84122d16bd84387c3e66ed0e Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Huihong Luo authored
-