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.java108 private final UnlockMethodCache mUnlockMethodCache;
119 UnlockMethodCache unlockMethodCache) { in FingerprintUnlockController()
DLockIcon.java55 private final UnlockMethodCache mUnlockMethodCache;
67 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in LockIcon()
DKeyguardBottomAreaView.java94 UnlockMethodCache.OnUnlockMethodChangedListener,
134 private UnlockMethodCache mUnlockMethodCache;
249 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext()); in onFinishInflate()
DScrimController.java115 private final UnlockMethodCache mUnlockMethodCache;
174 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in ScrimController()
DStatusBar.java219 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;
373 protected UnlockMethodCache mUnlockMethodCache;
775 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in start()
1315 mScrimController, this, UnlockMethodCache.getInstance(mContext)); in startKeyguard()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java126 @Mock private UnlockMethodCache mUnlockMethodCache;
705 UnlockMethodCache unlock, KeyguardIndicationController key, in TestableStatusBar()