Home
last modified time | relevance | path

Searched refs:UnlockMethodCache (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java33 public class UnlockMethodCache { class
35 private static UnlockMethodCache sInstance;
48 private UnlockMethodCache(Context ctx) { in UnlockMethodCache() method in UnlockMethodCache
55 public static UnlockMethodCache getInstance(Context context) { in getInstance()
57 sInstance = new UnlockMethodCache(context); in getInstance()
DFingerprintUnlockController.java99 private final UnlockMethodCache mUnlockMethodCache;
108 UnlockMethodCache unlockMethodCache) { in FingerprintUnlockController()
DLockIcon.java55 private final UnlockMethodCache mUnlockMethodCache;
66 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in LockIcon()
DScrimController.java65 private final UnlockMethodCache mUnlockMethodCache;
109 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in ScrimController()
DKeyguardBottomAreaView.java95 UnlockMethodCache.OnUnlockMethodChangedListener,
133 private UnlockMethodCache mUnlockMethodCache;
240 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext()); in onFinishInflate()
DStatusBar.java213 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;
414 protected UnlockMethodCache mUnlockMethodCache;
933 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in start()
1478 mScrimController, this, UnlockMethodCache.getInstance(mContext)); in startKeyguard()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java86 UnlockMethodCache mUnlockMethodCache;
103 mUnlockMethodCache = mock(UnlockMethodCache.class); in setup()
390 UnlockMethodCache unlock, KeyguardIndicationController key, in TestableStatusBar()