Home
last modified time | relevance | path

Searched refs:removeAlternateAuthInterceptor (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewController.java148 mKeyguardViewManager.removeAlternateAuthInterceptor(mAlternateAuthInterceptor); in onViewDetached()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewControllerTest.java307 verify(mStatusBarKeyguardViewManager).removeAlternateAuthInterceptor(mAltAuthInterceptor); in testOnDetachedStateReset()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java297 public void removeAlternateAuthInterceptor(@NonNull AlternateAuthInterceptor authInterceptor) { in removeAlternateAuthInterceptor() method in StatusBarKeyguardViewManager