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

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

Completed in 80 milliseconds