Searched refs:unlockMethodCache (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBypassController.kt | 34 private val unlockMethodCache: UnlockMethodCache constant in com.android.systemui.statusbar.phone.KeyguardBypassController 50 get() = field && unlockMethodCache.isFaceAuthEnabled 71 unlockMethodCache = UnlockMethodCache.getInstance(context)
|
D | BiometricUnlockController.java | 153 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()
|
D | KeyguardBouncer.java | 100 BouncerExpansionCallback expansionCallback, UnlockMethodCache unlockMethodCache, in KeyguardBouncer() argument 112 mUnlockMethodCache = unlockMethodCache; in KeyguardBouncer()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | DynamicPrivacyController.java | 62 UnlockMethodCache unlockMethodCache, in DynamicPrivacyController() argument 66 mUnlockMethodCache = unlockMethodCache; in DynamicPrivacyController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyguardIndicationController.java | 157 AccessibilityController accessibilityController, UnlockMethodCache unlockMethodCache, in KeyguardIndicationController() argument 165 mUnlockMethodCache = unlockMethodCache; in KeyguardIndicationController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialog.java | 217 UnlockMethodCache unlockMethodCache = UnlockMethodCache.getInstance(context); in GlobalActionsDialog() local 218 unlockMethodCache.addListener( in GlobalActionsDialog() 221 boolean locked = !unlockMethodCache.canSkipBouncer() in GlobalActionsDialog()
|