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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java33 public class UnlockMethodCache { class
35 private static UnlockMethodCache sInstance;
48 private UnlockMethodCache(Context ctx) { method in class:UnlockMethodCache
55 public static UnlockMethodCache getInstance(Context context) {
57 sInstance = new UnlockMethodCache(context);
89 Trace.beginSection("UnlockMethodCache#update");

Completed in 189 milliseconds