Searched defs:UnlockMethodCache (Results 1 - 1 of 1) 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;
47 private UnlockMethodCache(Context ctx) { method in class:UnlockMethodCache
54 public static UnlockMethodCache getInstance(Context context) {
56 sInstance = new UnlockMethodCache(context);

Completed in 66 milliseconds