Searched refs:mUnlockMethodCache (Results 1 – 3 of 3) sorted by relevance
92 private UnlockMethodCache mUnlockMethodCache; field in KeyguardBottomAreaView170 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()
49 private final UnlockMethodCache mUnlockMethodCache; field in ScrimController78 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in ScrimController()91 mDarkenWhileDragging = !mUnlockMethodCache.isCurrentlyInsecure(); in onTrackingStarted()
276 private UnlockMethodCache mUnlockMethodCache; field in PhoneStatusBar610 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()) {