Home
last modified time | relevance | path

Searched refs:unlockMethodCache (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt34 private val unlockMethodCache: UnlockMethodCache constant in com.android.systemui.statusbar.phone.KeyguardBypassController
50 get() = field && unlockMethodCache.isFaceAuthEnabled
71 unlockMethodCache = UnlockMethodCache.getInstance(context)
DBiometricUnlockController.java153 UnlockMethodCache unlockMethodCache, Handler handler, in BiometricUnlockController() argument
157 unlockMethodCache, handler, keyguardUpdateMonitor, in BiometricUnlockController()
169 UnlockMethodCache unlockMethodCache, Handler handler, in BiometricUnlockController() argument
185 mUnlockMethodCache = unlockMethodCache; in BiometricUnlockController()
DKeyguardBouncer.java100 BouncerExpansionCallback expansionCallback, UnlockMethodCache unlockMethodCache, in KeyguardBouncer() argument
112 mUnlockMethodCache = unlockMethodCache; in KeyguardBouncer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicPrivacyController.java62 UnlockMethodCache unlockMethodCache, in DynamicPrivacyController() argument
66 mUnlockMethodCache = unlockMethodCache; in DynamicPrivacyController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java157 AccessibilityController accessibilityController, UnlockMethodCache unlockMethodCache, in KeyguardIndicationController() argument
165 mUnlockMethodCache = unlockMethodCache; in KeyguardIndicationController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java217 UnlockMethodCache unlockMethodCache = UnlockMethodCache.getInstance(context); in GlobalActionsDialog() local
218 unlockMethodCache.addListener( in GlobalActionsDialog()
221 boolean locked = !unlockMethodCache.canSkipBouncer() in GlobalActionsDialog()