Searched refs:UnlockMethodCache (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | DynamicPrivacyController.java | 24 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/ |
D | UnlockMethodCache.java | 42 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()
|
D | BiometricUnlockController.java | 121 private final UnlockMethodCache mUnlockMethodCache; 154 UnlockMethodCache unlockMethodCache, Handler handler, in BiometricUnlockController() 170 UnlockMethodCache unlockMethodCache, Handler handler, in BiometricUnlockController()
|
D | LockIcon.java | 61 UnlockMethodCache.OnUnlockMethodChangedListener { 69 private final UnlockMethodCache mUnlockMethodCache; 154 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in LockIcon()
|
D | StatusBarNotificationPresenter.java | 127 private final UnlockMethodCache mUnlockMethodCache; 156 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in StatusBarNotificationPresenter()
|
D | KeyguardBottomAreaView.java | 93 UnlockMethodCache.OnUnlockMethodChangedListener, 132 private UnlockMethodCache mUnlockMethodCache; 245 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext()); in onFinishInflate()
|
D | ScrimController.java | 127 private final UnlockMethodCache mUnlockMethodCache; 186 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in ScrimController()
|
D | StatusBar.java | 211 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/ |
D | DynamicPrivacyControllerTest.java | 34 import com.android.systemui.statusbar.phone.UnlockMethodCache; 49 private UnlockMethodCache mCache = mock(UnlockMethodCache.class);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyguardIndicationController.java | 60 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/ |
D | KeyguardIndicationControllerTest.java | 56 import com.android.systemui.statusbar.phone.UnlockMethodCache; 90 private UnlockMethodCache mUnlockMethodCache;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | BiometricsUnlockControllerTest.java | 72 private UnlockMethodCache mUnlockMethodCache;
|
D | StatusBarTest.java | 135 @Mock private UnlockMethodCache mUnlockMethodCache; 767 UnlockMethodCache unlock, KeyguardIndicationController key, in TestableStatusBar()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialog.java | 98 import com.android.systemui.statusbar.phone.UnlockMethodCache; 215 UnlockMethodCache unlockMethodCache = UnlockMethodCache.getInstance(context); in GlobalActionsDialog()
|