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;
46 private UnlockMethodCache(Context ctx) { method in class:UnlockMethodCache
53 public static UnlockMethodCache getInstance(Context context) {
55 sInstance = new UnlockMethodCache(context);

Completed in 34 milliseconds