Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java32 public class UnlockMethodCache { class
34 private static UnlockMethodCache sInstance;
46 private UnlockMethodCache(Context ctx) { in UnlockMethodCache() method in UnlockMethodCache
53 public static UnlockMethodCache getInstance(Context context) { in getInstance()
55 sInstance = new UnlockMethodCache(context); in getInstance()
DScrimController.java49 private final UnlockMethodCache mUnlockMethodCache;
78 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in ScrimController()
DKeyguardBottomAreaView.java68 UnlockMethodCache.OnUnlockMethodChangedListener,
92 private UnlockMethodCache mUnlockMethodCache;
170 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext()); in onFinishInflate()
DPhoneStatusBar.java151 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;
276 private UnlockMethodCache mUnlockMethodCache;
610 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in start()