Searched defs:mUnlockMethodCache (Results 1 - 4 of 4) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java105 private UnlockMethodCache mUnlockMethodCache; field in class:KeyguardBottomAreaView
198 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext());
199 mUnlockMethodCache.addListener(this);
H A DLockIcon.java51 private final UnlockMethodCache mUnlockMethodCache; field in class:LockIcon
60 mUnlockMethodCache = UnlockMethodCache.getInstance(context);
179 boolean trustManaged = mUnlockMethodCache.isTrustManaged() && !trustHidden;
189 boolean clickToForceLock = mUnlockMethodCache.isTrustManaged()
191 boolean longClickToForceLock = mUnlockMethodCache.isTrustManaged()
249 && !mUnlockMethodCache.isTrusted()) {
265 } else if (mUnlockMethodCache.canSkipBouncer()) {
267 } else if (mUnlockMethodCache.isFaceUnlockRunning()) {
H A DPhoneStatusBar.java325 private UnlockMethodCache mUnlockMethodCache; field in class:PhoneStatusBar
682 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext);
683 mUnlockMethodCache.addListener(this);
2494 return !mUnlockMethodCache.canSkipBouncer();
3588 boolean isSecure = mUnlockMethodCache.isMethodSecure();
3589 boolean canSkipBouncer = mUnlockMethodCache.canSkipBouncer();
4318 if (!expand && !mUnlockMethodCache.canSkipBouncer()) {
H A DScrimController.java60 private final UnlockMethodCache mUnlockMethodCache; field in class:ScrimController
101 mUnlockMethodCache = UnlockMethodCache.getInstance(context);
125 mDarkenWhileDragging = !mUnlockMethodCache.canSkipBouncer();

Completed in 120 milliseconds