Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicPrivacyController.java24 import com.android.systemui.statusbar.phone.UnlockMethodCache;
33 public class DynamicPrivacyController implements UnlockMethodCache.OnUnlockMethodChangedListener {
35 private final UnlockMethodCache mUnlockMethodCache;
45 this(notificationLockscreenUserManager, UnlockMethodCache.getInstance(context)); in DynamicPrivacyController()
50 UnlockMethodCache unlockMethodCache) { in DynamicPrivacyController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java42 public class UnlockMethodCache { class
44 private static UnlockMethodCache sInstance;
59 private UnlockMethodCache(Context ctx) { in UnlockMethodCache() method in UnlockMethodCache
80 public static UnlockMethodCache getInstance(Context context) { in getInstance()
82 sInstance = new UnlockMethodCache(context); in getInstance()
DBiometricUnlockController.java121 private final UnlockMethodCache mUnlockMethodCache;
154 UnlockMethodCache unlockMethodCache, Handler handler, in BiometricUnlockController()
170 UnlockMethodCache unlockMethodCache, Handler handler, in BiometricUnlockController()
DLockIcon.java61 UnlockMethodCache.OnUnlockMethodChangedListener {
69 private final UnlockMethodCache mUnlockMethodCache;
154 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in LockIcon()
DStatusBarNotificationPresenter.java127 private final UnlockMethodCache mUnlockMethodCache;
156 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in StatusBarNotificationPresenter()
DKeyguardBottomAreaView.java93 UnlockMethodCache.OnUnlockMethodChangedListener,
132 private UnlockMethodCache mUnlockMethodCache;
245 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext()); in onFinishInflate()
DScrimController.java127 private final UnlockMethodCache mUnlockMethodCache;
186 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in ScrimController()
DStatusBar.java211 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;
358 protected UnlockMethodCache mUnlockMethodCache;
757 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in start()
1217 mScrimController, this, UnlockMethodCache.getInstance(mContext), in startKeyguard()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicPrivacyControllerTest.java34 import com.android.systemui.statusbar.phone.UnlockMethodCache;
49 private UnlockMethodCache mCache = mock(UnlockMethodCache.class);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java60 import com.android.systemui.statusbar.phone.UnlockMethodCache;
75 UnlockMethodCache.OnUnlockMethodChangedListener {
87 private final UnlockMethodCache mUnlockMethodCache;
139 UnlockMethodCache.getInstance(context), in KeyguardIndicationController()
150 AccessibilityController accessibilityController, UnlockMethodCache unlockMethodCache, in KeyguardIndicationController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java56 import com.android.systemui.statusbar.phone.UnlockMethodCache;
90 private UnlockMethodCache mUnlockMethodCache;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java72 private UnlockMethodCache mUnlockMethodCache;
DStatusBarTest.java135 @Mock private UnlockMethodCache mUnlockMethodCache;
767 UnlockMethodCache unlock, KeyguardIndicationController key, in TestableStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java98 import com.android.systemui.statusbar.phone.UnlockMethodCache;
215 UnlockMethodCache unlockMethodCache = UnlockMethodCache.getInstance(context); in GlobalActionsDialog()