Searched refs:UnlockMethodCache (Results 1 – 7 of 7) sorted by relevance
33 public class UnlockMethodCache { class35 private static UnlockMethodCache sInstance;48 private UnlockMethodCache(Context ctx) { in UnlockMethodCache() method in UnlockMethodCache55 public static UnlockMethodCache getInstance(Context context) { in getInstance()57 sInstance = new UnlockMethodCache(context); in getInstance()
99 private final UnlockMethodCache mUnlockMethodCache;108 UnlockMethodCache unlockMethodCache) { in FingerprintUnlockController()
55 private final UnlockMethodCache mUnlockMethodCache;66 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in LockIcon()
65 private final UnlockMethodCache mUnlockMethodCache;109 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in ScrimController()
95 UnlockMethodCache.OnUnlockMethodChangedListener,133 private UnlockMethodCache mUnlockMethodCache;240 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext()); in onFinishInflate()
213 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()
86 UnlockMethodCache mUnlockMethodCache;103 mUnlockMethodCache = mock(UnlockMethodCache.class); in setup()390 UnlockMethodCache unlock, KeyguardIndicationController key, in TestableStatusBar()