HomeSort by relevance Sort by last modified time
    Searched refs:mUnlockMethodCache (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LockIcon.java 51 private final UnlockMethodCache mUnlockMethodCache;
60 mUnlockMethodCache = UnlockMethodCache.getInstance(context);
180 boolean trustManaged = mUnlockMethodCache.isTrustManaged() && !trustHidden;
190 boolean clickToForceLock = mUnlockMethodCache.isTrustManaged()
192 boolean longClickToForceLock = mUnlockMethodCache.isTrustManaged()
250 && !mUnlockMethodCache.isTrusted()) {
266 } else if (mUnlockMethodCache.canSkipBouncer()) {
268 } else if (mUnlockMethodCache.isFaceUnlockRunning()) {
ScrimController.java 64 private final UnlockMethodCache mUnlockMethodCache;
106 mUnlockMethodCache = UnlockMethodCache.getInstance(context);
138 mDarkenWhileDragging = !mUnlockMethodCache.canSkipBouncer();
KeyguardBottomAreaView.java 107 private UnlockMethodCache mUnlockMethodCache;
201 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext());
202 mUnlockMethodCache.addListener(this);
PhoneStatusBar.java 343 private UnlockMethodCache mUnlockMethodCache;
711 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext);
712 mUnlockMethodCache.addListener(this);
    [all...]

Completed in 492 milliseconds