Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacyControllerWithCoroutinesTest.kt119 verify(mView, Mockito.atLeastOnce()).setPauseAuth(true) in bouncerExpansionChange_pauseAuth()
141 verify(mView, Mockito.atLeastOnce()).setPauseAuth(false) in bouncerExpansionChange_unpauseAuth()
196 whenever(mView.setPauseAuth(true)).thenReturn(true) in shouldHandleTouchesChange()
221 whenever(mView.setPauseAuth(true)).thenReturn(true) in shouldHandleTouchesOnDetach()
DUdfpsKeyguardViewLegacyControllerTest.java74 verify(mView, atLeast(1)).setPauseAuth(true); in testViewControllerQueriesSBStateOnAttached()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsAnimationView.java70 boolean setPauseAuth(boolean pauseAuth) { in setPauseAuth() method in UdfpsAnimationView
DUdfpsAnimationViewController.kt170 if (view.setPauseAuth(shouldPauseAuth())) { in <lambda>()