Searched refs:UnlockMethodCache (Results 1 – 4 of 4) sorted by relevance
32 public class UnlockMethodCache { class34 private static UnlockMethodCache sInstance;46 private UnlockMethodCache(Context ctx) { in UnlockMethodCache() method in UnlockMethodCache53 public static UnlockMethodCache getInstance(Context context) { in getInstance()55 sInstance = new UnlockMethodCache(context); in getInstance()
49 private final UnlockMethodCache mUnlockMethodCache;78 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in ScrimController()
68 UnlockMethodCache.OnUnlockMethodChangedListener,92 private UnlockMethodCache mUnlockMethodCache;170 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext()); in onFinishInflate()
151 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;276 private UnlockMethodCache mUnlockMethodCache;610 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in start()