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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java86 private UnlockMethodCache mUnlockMethodCache; field in class:KeyguardBottomAreaView
162 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext());
163 mUnlockMethodCache.addListener(this);
285 boolean clickToForceLock = mUnlockMethodCache.isTrustManaged()
287 boolean longClickToForceLock = mUnlockMethodCache.isTrustManaged()
383 int iconRes = mUnlockMethodCache.isFaceUnlockRunning()
385 : mUnlockMethodCache.isMethodInsecure() ? R.drawable.ic_lock_open_24dp
398 boolean trustManaged = mUnlockMethodCache.isTrustManaged();
H A DScrimController.java56 private final UnlockMethodCache mUnlockMethodCache; field in class:ScrimController
83 mUnlockMethodCache = UnlockMethodCache.getInstance(context);
97 mDarkenWhileDragging = !mUnlockMethodCache.isMethodInsecure();
H A DPhoneStatusBar.java262 private UnlockMethodCache mUnlockMethodCache; field in class:PhoneStatusBar
596 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext);
2134 boolean isMethodInsecure = mUnlockMethodCache.isMethodInsecure();
3801 if (!expand && !mUnlockMethodCache.isMethodInsecure()) {

Completed in 55 milliseconds