Home
last modified time | relevance | path

Searched refs:onUnlockedChanged (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DDynamicPrivacyControllerTest.java89 mDynamicPrivacyController.onUnlockedChanged(); in testNotifiedWhenEnabled()
105 mDynamicPrivacyController.onUnlockedChanged(); in testNotifiedWhenKeyguardFadingAwayChanges()
136 mDynamicPrivacyController.onUnlockedChanged(); in testNotNotifiedWithoutNotifications()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicPrivacyController.java61 onUnlockedChanged(); in onKeyguardFadingAwayChanged()
65 public void onUnlockedChanged() { in onUnlockedChanged() method in DynamicPrivacyController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java227 default void onUnlockedChanged() {} in onUnlockedChanged() method
H A DKeyguardStateControllerImpl.java192 new ArrayList<>(mCallbacks).forEach(Callback::onUnlockedChanged); in notifyUnlockedChanged()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateControllerTest.java153 verify(callback).onUnlockedChanged(); in testCallbacksAreInvoked()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DKeyguardCoordinator.java230 public void onUnlockedChanged() {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java179 public void onUnlockedChanged() { in onUnlockedChanged() method in WalletScreenController
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DLockIconViewControllerTest.java300 mKeyguardStateCallback.onUnlockedChanged(); in testLockIcon_updateToUnlock()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java501 public void onUnlockedChanged() {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerTest.java543 mKeyguardStateControllerCallback.onUnlockedChanged(); in updateMonitor_listenerUpdatesIndication()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java1173 public void onUnlockedChanged() {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java774 public void onUnlockedChanged() { in onUnlockedChanged() method in KeyguardBottomAreaView
H A DStatusBar.java1033 public void onUnlockedChanged() { in start()