Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicPrivacyController.java50 UnlockMethodCache unlockMethodCache) { in DynamicPrivacyController() argument
52 mUnlockMethodCache = unlockMethodCache; in DynamicPrivacyController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java154 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/
DKeyguardIndicationController.java150 AccessibilityController accessibilityController, UnlockMethodCache unlockMethodCache, in KeyguardIndicationController() argument
157 mUnlockMethodCache = unlockMethodCache; in KeyguardIndicationController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java215 UnlockMethodCache unlockMethodCache = UnlockMethodCache.getInstance(context); in GlobalActionsDialog() local
216 unlockMethodCache.addListener( in GlobalActionsDialog()
219 boolean locked = !unlockMethodCache.canSkipBouncer(); in GlobalActionsDialog()