Home
last modified time | relevance | path

Searched refs:mUnlockMethodCache (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java92 private UnlockMethodCache mUnlockMethodCache; field in KeyguardBottomAreaView
170 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext()); in onFinishInflate()
171 mUnlockMethodCache.addListener(this); in onFinishInflate()
293 boolean clickToForceLock = mUnlockMethodCache.isTrustManaged() in updateLockIconClickability()
295 boolean longClickToForceLock = mUnlockMethodCache.isTrustManaged() in updateLockIconClickability()
394 int iconRes = mUnlockMethodCache.isFaceUnlockRunning() in updateLockIcon()
396 : mUnlockMethodCache.isCurrentlyInsecure() ? R.drawable.ic_lock_open_24dp in updateLockIcon()
409 boolean trustManaged = mUnlockMethodCache.isTrustManaged(); in updateLockIcon()
DScrimController.java49 private final UnlockMethodCache mUnlockMethodCache; field in ScrimController
78 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in ScrimController()
91 mDarkenWhileDragging = !mUnlockMethodCache.isCurrentlyInsecure(); in onTrackingStarted()
DPhoneStatusBar.java276 private UnlockMethodCache mUnlockMethodCache; field in PhoneStatusBar
610 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in start()
611 mUnlockMethodCache.addListener(this); in start()
2168 boolean isCurrentlyInsecure = mUnlockMethodCache.isCurrentlyInsecure();
3378 boolean isSecure = mUnlockMethodCache.isMethodSecure();
3379 boolean isCurrentlyInsecure = mUnlockMethodCache.isCurrentlyInsecure();
3954 if (!expand && !mUnlockMethodCache.isCurrentlyInsecure()) {