/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | DynamicPrivacyController.java | 27 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/ |
D | UnlockMethodCache.java | 39 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()
|
D | KeyguardBypassController.kt | 34 private val unlockMethodCache: UnlockMethodCache 71 unlockMethodCache = UnlockMethodCache.getInstance(context)
|
D | BiometricUnlockController.java | 130 private final UnlockMethodCache mUnlockMethodCache; 153 UnlockMethodCache unlockMethodCache, Handler handler, in BiometricUnlockController() 169 UnlockMethodCache unlockMethodCache, Handler handler, in BiometricUnlockController()
|
D | LockIcon.java | 70 UnlockMethodCache.OnUnlockMethodChangedListener, 80 private final UnlockMethodCache mUnlockMethodCache; 184 mUnlockMethodCache = UnlockMethodCache.getInstance(context); in LockIcon()
|
D | KeyguardBouncer.java | 71 private final UnlockMethodCache mUnlockMethodCache; 100 BouncerExpansionCallback expansionCallback, UnlockMethodCache unlockMethodCache, in KeyguardBouncer()
|
D | KeyguardBottomAreaView.java | 93 UnlockMethodCache.OnUnlockMethodChangedListener, 132 private UnlockMethodCache mUnlockMethodCache; 245 mUnlockMethodCache = UnlockMethodCache.getInstance(getContext()); in onFinishInflate()
|
D | StatusBarNotificationPresenter.java | 126 private final UnlockMethodCache mUnlockMethodCache; 155 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in StatusBarNotificationPresenter()
|
D | ScrimController.java | 130 private final UnlockMethodCache mUnlockMethodCache; 189 mUnlockMethodCache = UnlockMethodCache.getInstance(mContext); in ScrimController()
|
D | StatusBar.java | 213 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/ |
D | DynamicPrivacyControllerTest.java | 36 import com.android.systemui.statusbar.phone.UnlockMethodCache; 52 private UnlockMethodCache mCache = mock(UnlockMethodCache.class);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SystemUIFactory.java | 49 import com.android.systemui.statusbar.phone.UnlockMethodCache; 133 expansionCallback, UnlockMethodCache.getInstance(context), in createKeyguardBouncer()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyguardIndicationController.java | 61 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/ |
D | KeyguardSecurityContainer.java | 51 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/ |
D | KeyguardIndicationControllerTest.java | 62 import com.android.systemui.statusbar.phone.UnlockMethodCache; 97 private UnlockMethodCache mUnlockMethodCache;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | UserSwitcherController.java | 64 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/ |
D | BiometricsUnlockControllerTest.java | 73 private UnlockMethodCache mUnlockMethodCache;
|
D | KeyguardBouncerTest.java | 86 private UnlockMethodCache mUnlockMethodCache;
|
D | StatusBarTest.java | 136 @Mock private UnlockMethodCache mUnlockMethodCache; 766 UnlockMethodCache unlock, KeyguardIndicationController key, in TestableStatusBar()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialog.java | 99 import com.android.systemui.statusbar.phone.UnlockMethodCache; 217 UnlockMethodCache unlockMethodCache = UnlockMethodCache.getInstance(context); in GlobalActionsDialog()
|