Home
last modified time | relevance | path

Searched refs:isShowingAlternateAuthOnUnlock (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/animation/
DFakeDialogTransitionAnimator.kt26 isShowingAlternateAuthOnUnlock: Boolean = false, in fakeDialogTransitionAnimator()
35 isShowingAlternateAuthOnUnlock = isShowingAlternateAuthOnUnlock, in fakeDialogTransitionAnimator()
50 private val isShowingAlternateAuthOnUnlock: Boolean = false, constant in com.android.systemui.animation.FakeCallback
54 override fun isShowingAlternateAuthOnUnlock() = isShowingAlternateAuthOnUnlock method in com.android.systemui.animation.FakeCallback
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogTransitionAnimatorTest.kt161 isShowingAlternateAuthOnUnlock = false, in testActivityLaunchWhenLockedWithoutAlternateAuth()
172 isShowingAlternateAuthOnUnlock = true, in testActivityLaunchWhenLockedWithAlternateAuth()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogTransitionAnimator.kt389 (!callback.isUnlocked() && !callback.isShowingAlternateAuthOnUnlock()) in <lambda>()
492 fun isShowingAlternateAuthOnUnlock(): Boolean in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DCentralSurfacesDependenciesModule.java247 public boolean isShowingAlternateAuthOnUnlock() { in provideDialogTransitionAnimator()