Home
last modified time | relevance | path

Searched defs:AuthContextPlugins (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/plugins/
DAuthContextPlugins.kt23 interface AuthContextPlugins { interface
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DCredentialViewBinder.kt196 private fun AuthContextPlugins.notifyHidingBPCredential() = useInBackground { plugin -> in plugin() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/
DKeyguardBouncerViewBinder.kt274 private fun AuthContextPlugins.notifyBouncerGone() = useInBackground { plugin -> in plugin() method