Searched refs:unlockMethodCache (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | DynamicPrivacyController.java | 50 UnlockMethodCache unlockMethodCache) { in DynamicPrivacyController() argument 52 mUnlockMethodCache = unlockMethodCache; in DynamicPrivacyController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | BiometricUnlockController.java | 154 UnlockMethodCache unlockMethodCache, Handler handler, in BiometricUnlockController() argument 158 unlockMethodCache, handler, keyguardUpdateMonitor, tunerService, in BiometricUnlockController() 170 UnlockMethodCache unlockMethodCache, Handler handler, in BiometricUnlockController() argument 187 mUnlockMethodCache = unlockMethodCache; in BiometricUnlockController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyguardIndicationController.java | 150 AccessibilityController accessibilityController, UnlockMethodCache unlockMethodCache, in KeyguardIndicationController() argument 157 mUnlockMethodCache = unlockMethodCache; in KeyguardIndicationController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialog.java | 215 UnlockMethodCache unlockMethodCache = UnlockMethodCache.getInstance(context); in GlobalActionsDialog() local 216 unlockMethodCache.addListener( in GlobalActionsDialog() 219 boolean locked = !unlockMethodCache.canSkipBouncer(); in GlobalActionsDialog()
|