Home
last modified time | relevance | path

Searched refs:isPrimaryBouncerShowing (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DFromAlternateBouncerTransitionInteractor.kt122 (isAlternateBouncerShowing, isPrimaryBouncerShowing, _, _, _) -> in <lambda>() method
123 !isAlternateBouncerShowing && !isPrimaryBouncerShowing in <lambda>()
190 .filterRelevantKeyguardStateAnd { isPrimaryBouncerShowing -> in <lambda>() method
191 isPrimaryBouncerShowing in <lambda>()
DKeyguardInteractor.kt305 ) { isKeyguardVisible, isPrimaryBouncerShowing, cameraLaunchEvent -> in <lambda>() method
308 isPrimaryBouncerShowing -> false in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DFakeKeyguardStateController.java60 public boolean isPrimaryBouncerShowing() { in isPrimaryBouncerShowing() method in FakeKeyguardStateController
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeKeyguardStateController.java59 public boolean isPrimaryBouncerShowing() { in isPrimaryBouncerShowing() method in FakeKeyguardStateController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java63 boolean isPrimaryBouncerShowing(); in isPrimaryBouncerShowing() method
DKeyguardStateControllerImpl.java174 public boolean isPrimaryBouncerShowing() { in isPrimaryBouncerShowing() method in KeyguardStateControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt1086 if (keyguardStateController.isPrimaryBouncerShowing) { in <lambda>()
DKeyguardViewMediator.java1389 if (mKeyguardStateController.isPrimaryBouncerShowing()
1393 adjustStatusBarLocked(mKeyguardStateController.isPrimaryBouncerShowing(), false);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java1165 when(mKeyguardStateController.isPrimaryBouncerShowing()).thenReturn(true); in pendingPinLockOnKeyguardGoingAway_doKeyguardLockedOnKeyguardVisibilityChanged()