Home
last modified time | relevance | path

Searched refs:UnlockMethodCache (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicPrivacyController.java27 import com.android.systemui.statusbar.phone.UnlockMethodCache;
37 public class DynamicPrivacyController implements UnlockMethodCache.OnUnlockMethodChangedListener {
39 private final UnlockMethodCache mUnlockMethodCache;
55 UnlockMethodCache.getInstance(context), in DynamicPrivacyController()
62 UnlockMethodCache unlockMethodCache, in DynamicPrivacyController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java39 public class UnlockMethodCache { class
41 private static UnlockMethodCache sInstance;
57 private UnlockMethodCache(Context ctx) { in UnlockMethodCache() method in UnlockMethodCache
78 public static UnlockMethodCache getInstance(Context context) { in getInstance()
80 sInstance = new UnlockMethodCache(context); in getInstance()
DKeyguardBypassController.kt34 private val unlockMethodCache: UnlockMethodCache
71 unlockMethodCache = UnlockMethodCache.getInstance(context)
DBiometricUnlockController.java130 private final UnlockMethodCache mUnlockMethodCache;
153 UnlockMethodCache unlockMethodCache, Handler handler, in BiometricUnlockController()
169 UnlockMethodCache unlockMethodCache, Handler handler, in BiometricUnlockController()
DLockIcon.java70 UnlockMethodCache.OnUnlockMethodChangedListener,
80 private final UnlockMethodCache mUnlockMethodCache;
184 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in LockIcon()
DKeyguardBouncer.java71 private final UnlockMethodCache mUnlockMethodCache;
100 BouncerExpansionCallback expansionCallback, UnlockMethodCache unlockMethodCache, in KeyguardBouncer()
DKeyguardBottomAreaView.java93 UnlockMethodCache.OnUnlockMethodChangedListener,
132 private UnlockMethodCache mUnlockMethodCache;
245 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext()); in onFinishInflate()
DStatusBarNotificationPresenter.java126 private final UnlockMethodCache mUnlockMethodCache;
155 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in StatusBarNotificationPresenter()
DScrimController.java130 private final UnlockMethodCache mUnlockMethodCache;
189 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in ScrimController()
DStatusBar.java213 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;
360 protected UnlockMethodCache mUnlockMethodCache;
772 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in start()
1290 mScrimController, this, UnlockMethodCache.getInstance(mContext), in startKeyguard()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicPrivacyControllerTest.java36 import com.android.systemui.statusbar.phone.UnlockMethodCache;
52 private UnlockMethodCache mCache = mock(UnlockMethodCache.class);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIFactory.java49 import com.android.systemui.statusbar.phone.UnlockMethodCache;
133 expansionCallback, UnlockMethodCache.getInstance(context), in createKeyguardBouncer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java61 import com.android.systemui.statusbar.phone.UnlockMethodCache;
76 UnlockMethodCache.OnUnlockMethodChangedListener {
90 private final UnlockMethodCache mUnlockMethodCache;
145 UnlockMethodCache.getInstance(context), in KeyguardIndicationController()
157 AccessibilityController accessibilityController, UnlockMethodCache unlockMethodCache, in KeyguardIndicationController()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java51 import com.android.systemui.statusbar.phone.UnlockMethodCache;
96 private final UnlockMethodCache mUnlockMethodCache;
136 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in KeyguardSecurityContainer()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java62 import com.android.systemui.statusbar.phone.UnlockMethodCache;
97 private UnlockMethodCache mUnlockMethodCache;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java64 import com.android.systemui.statusbar.phone.UnlockMethodCache;
599 private final UnlockMethodCache mUnlockMethodCache;
604 mUnlockMethodCache = UnlockMethodCache.getInstance(controller.mContext); in BaseUserAdapter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java73 private UnlockMethodCache mUnlockMethodCache;
DKeyguardBouncerTest.java86 private UnlockMethodCache mUnlockMethodCache;
DStatusBarTest.java136 @Mock private UnlockMethodCache mUnlockMethodCache;
766 UnlockMethodCache unlock, KeyguardIndicationController key, in TestableStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java99 import com.android.systemui.statusbar.phone.UnlockMethodCache;
217 UnlockMethodCache unlockMethodCache = UnlockMethodCache.getInstance(context); in GlobalActionsDialog()