Home
last modified time | relevance | path

Searched defs:canBypass (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/domain/interactor/
DKeyguardBypassInteractorTest.kt54 val canBypass by collectLastValue(underTest.canBypass) in canBypassFalseWhenBypassAvailableFalse() constant
63 val canBypass by collectLastValue(underTest.canBypass) in canBypassTrueOnPrimaryBouncerShowing() constant
72 val canBypass by collectLastValue(underTest.canBypass) in canBypassTrueOnAlternateBouncerShowing() constant
81 val canBypass by collectLastValue(underTest.canBypass) in canBypassFalseWhenNotOnLockscreenScene() constant
92 val canBypass by collectLastValue(underTest.canBypass) in canBypassFalseOnLaunchingAffordance() constant
101 val canBypass by collectLastValue(underTest.canBypass) in canBypassFalseOnPulseExpanding() constant
110 val canBypass by collectLastValue(underTest.canBypass) in canBypassFalseOnQsExpanded() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBypassInteractor.kt60 val canBypass: Flow<Boolean> = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt211 fun canBypass(): Boolean { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntrySourceInteractor.kt234 ) { (isOccludingActivityShown, isBypassAvailable, canBypass) -> in <lambda>() method
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java2565 private void mockCanBypassLockscreen(boolean canBypass) { in mockCanBypassLockscreen()