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()
108 private final UnlockMethodCache mUnlockMethodCache;119 UnlockMethodCache unlockMethodCache) { in FingerprintUnlockController()
55 private final UnlockMethodCache mUnlockMethodCache;67 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in LockIcon()
94 UnlockMethodCache.OnUnlockMethodChangedListener,134 private UnlockMethodCache mUnlockMethodCache;249 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext()); in onFinishInflate()
115 private final UnlockMethodCache mUnlockMethodCache;174 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in ScrimController()
219 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()
126 @Mock private UnlockMethodCache mUnlockMethodCache;705 UnlockMethodCache unlock, KeyguardIndicationController key, in TestableStatusBar()