- Dec 13, 2023
-
-
Stefan Andonian authored
-
Yisroel Forta authored
-
Kenneth Ford authored
-
Eric Biggers authored
Merge "Don't show "unified challenge" for profile with non-shareable credential" into main am: 2b021a27 am: 12caa8bf am: 73bdbeab Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2873078 Change-Id: I01e29a4cfb3fab2e6dda3547983d9966efcb690f Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Eric Biggers authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2871534 Change-Id: I6c1e0f0611aa85ea62cd3595844b26853f29924c Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Eric Biggers authored
[automerger skipped] Sync tieProfileLockIfNecessary() with internal main am: ada6ce94 am: 4785bcc0 am: b4227493 -s ours am skip reason: Merged-In Ib0e4e52c10f0e95913ddfde606d6995de3538f27 with SHA-1 ab75d2ce is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2871508 Change-Id: I12b1a183c2bc52caa9a2f2c87f5443b305eff6cc Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Eric Biggers authored
Merge "Fix bad merge resolution in LockSettingsService.java" into main am: 29a22951 am: cdf313d7 am: 8320858a Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2871537 Change-Id: I081e5e05853a59c86f53339f426ad23d7b7fc944 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Eric Biggers authored
Merge "Don't show "unified challenge" for profile with non-shareable credential" into main am: 2b021a27 am: 12caa8bf Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2873078 Change-Id: Ibed0fe709349b7c6c5b5cbc7f618d4cb1bfb9660 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Eric Biggers authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2871534 Change-Id: I4333aa5f9986029dd9e91550ac10bbfd83d809fb Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Eric Biggers authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2871508 Change-Id: I3d660b8673ca0ec8d376bcdc76484763d1a7dd32 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Eric Biggers authored
Merge "Fix bad merge resolution in LockSettingsService.java" into main am: 29a22951 am: cdf313d7 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2871537 Change-Id: I4544e9bddd9009e05756bf89ec3ed53ad6cc6e1e Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Yabin Huang authored
-
Eric Biggers authored
Merge "Don't show "unified challenge" for profile with non-shareable credential" into main am: 2b021a27 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2873078 Change-Id: Ide0d26467f69b81f4bed35492a9b75a8a3d14b6c Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Eric Biggers authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2871534 Change-Id: I6ac163ac35cd761003d29bbea67795c6abdf91f0 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Eric Biggers authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2871508 Change-Id: I09431365f49d72fad8d0b755de3026de5f6380df Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Chandru S authored
-
Eric Biggers authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2871537 Change-Id: Iad47f2a9343697ca5de1b5635d5ca427820766ee Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Eric Biggers authored
-
Eric Biggers authored
* changes: locksettings: clean up references to managed profiles Sync tieProfileLockIfNecessary() with internal main
-
Eric Biggers authored
-
Jernej Virag authored
-
Matías Hernández authored
-
Marcello Galhardo authored
Merge "Ignore failing test `AppClipsActivityTest#screenshotDisplayed_userConsented_screenshotExportedSuccessfully`" into main
-
Anna Zhuravleva authored
-
Jakob Schneider authored
-
Jernej Virag authored
The process on the other side of the IPC can keep PreviewLifecycleObserver for any time - until the GC triggers or even longer if there's an accidental leak. This can clocks and other heavy objects on our side. PreviewLifecycleObserver is moved outside the KeyguardRemotePreviewManager to prevent accidental capturing of the manager class via this references. Flag: NONE Bug: 315637349 Test: newly added unit test and verified with Studio profiler Change-Id: If8515407aa75a754d94cff92965d9ee6b713001c
-
Matías Hernández authored
Bug: 315780402 Test: atest NotificationManagerServiceTest Change-Id: I9438e980f0ca1b58134e3a068423a30a751560a3
-
Andreas Miko authored
* changes: Remove fromScene == toScene special handling Fix SceneGestureHandler edge cases
-
Marcello Galhardo authored
Ignore failing test `AppClipsActivityTest#screenshotDisplayed_userConsented_screenshotExportedSuccessfully` Test: `atest SystemUITests:com.android.systemui.screenshot.appclips.AppClipsActivityTest#screenshotDisplayed_userConsented_screenshotExportedSuccessfully -- --abi x86_64` Bug: b/315848285 Change-Id: I6b8f002461e00e3da77f7fac06997cef17e3b86f
-
Beth Thibodeau authored
-
Matías Hernández authored
-
Himanshu Gupta authored
-
Gavin Corkery authored
-
Jakob Schneider authored
-
Mark Kim authored
-
Andreas Miko authored
Test: Ran all compose tests Bug: b/310915136 Flag: NONE Change-Id: I5810a891e8290615853df06a45398eeb43fca20d
-
Andreas Miko authored
1. if both upOrLeft and downOrRight become `null` during a transition this will crash 2. if one of them changes during a transition, the transition will jump cut to the new target Test: new and old tests in SceneGestureHandlerTest Bug: b/310915136 Flag: NONE Change-Id: Ic4527a0e13b949116ac2bd805302419b6b8b5d47
-
Varun Shah authored
-
Winson Chung authored
-
Paul Colța authored
* changes: HDMI: RequestActiveSource's callback updates local AS only when invalid HDMI: Update local active source in RequestActiveSourceAction callback
-