Home
last modified time | relevance | path

Searched refs:mKeyguardBypassController (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DCameraLauncher.java29 private final KeyguardBypassController mKeyguardBypassController; field in CameraLauncher
39 mKeyguardBypassController = keyguardBypassController; in CameraLauncher()
57 mKeyguardBypassController.setLaunchingAffordance(launchingAffordance); in setLaunchingAffordance()
DNotificationShadeWindowControllerImpl.java114 private final KeyguardBypassController mKeyguardBypassController; field in NotificationShadeWindowControllerImpl
176 mKeyguardBypassController = keyguardBypassController; in NotificationShadeWindowControllerImpl()
396 boolean bypassOnKeyguard = mKeyguardBypassController.getBypassEnabled() in applyKeyguardFlags()
DQuickSettingsControllerImpl.java144 private final KeyguardBypassController mKeyguardBypassController; field in QuickSettingsControllerImpl
367 mKeyguardBypassController = keyguardBypassController; in QuickSettingsControllerImpl()
664 && mKeyguardBypassController.getBypassEnabled()) || mSplitShadeEnabled) { in shouldQuickSettingsIntercept()
692 if (mBarState == KEYGUARD && !mKeyguardBypassController.getBypassEnabled()) { in getHeaderTranslation()
702 if (mKeyguardBypassController.getBypassEnabled() && mBarState == KEYGUARD) { in getHeaderTranslation()
1481 if (mKeyguardBypassController.getBypassEnabled()) { in calculateTopClippingBound()
DNotificationPanelViewController.java331 private final KeyguardBypassController mKeyguardBypassController; field in NotificationPanelViewController
916 mKeyguardBypassController = bypassController; in NotificationPanelViewController()
1102 if (mKeyguardBypassController.getBypassEnabled()) { in onFinishInflate()
1553 if (isKeyguardShowing() && !mKeyguardBypassController.getBypassEnabled()) { in updateMaxDisplayedNotifications()
1659 boolean bypassEnabled = mKeyguardBypassController.getBypassEnabled(); in updateClockAppearance()
1773 boolean bypassEnabled = mKeyguardBypassController.getBypassEnabled(); in computeDesiredClockSizeForSplitShade()
2539 if (!mKeyguardBypassController.getBypassEnabled()) { in getKeyguardNotificationStaticPadding()
2582 && mKeyguardBypassController.getBypassEnabled()) { in requestScrollerTopPaddingUpdate()
2763 && !mKeyguardBypassController.getBypassEnabled() in updateNotificationTranslucency()
3149 if (mKeyguardBypassController.getBypassEnabled() && isKeyguardShowing()) { in updateExpandedHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeadsUpChangeListener.java45 private final KeyguardBypassController mKeyguardBypassController; field in StatusBarHeadsUpChangeListener
66 mKeyguardBypassController = keyguardBypassController; in StatusBarHeadsUpChangeListener()
86 boolean bypassKeyguard = mKeyguardBypassController.getBypassEnabled() in onHeadsUpPinnedModeChanged()
DBiometricUnlockController.java159 private final KeyguardBypassController mKeyguardBypassController; field in BiometricUnlockController
315 mKeyguardBypassController = keyguardBypassController; in BiometricUnlockController()
316 mKeyguardBypassController.setUnlockController(this); in BiometricUnlockController()
440 || mKeyguardBypassController.onBiometricAuthenticated( in onBiometricAuthenticated()
657 final boolean bypass = mKeyguardBypassController.getBypassEnabled() in calculateModeForPassiveAuth()
DKeyguardStatusBarViewController.java120 private final KeyguardBypassController mKeyguardBypassController; field in KeyguardStatusBarViewController
235 mFirstBypassAttempt = mKeyguardBypassController.getBypassEnabled();
325 mKeyguardBypassController = bypassController; in KeyguardStatusBarViewController()
340 mFirstBypassAttempt = mKeyguardBypassController.getBypassEnabled(); in KeyguardStatusBarViewController()
DCentralSurfacesImpl.java407 private final KeyguardBypassController mKeyguardBypassController; field in CentralSurfacesImpl
725 mKeyguardBypassController = keyguardBypassController; in CentralSurfacesImpl()
867 mKeyguardBypassController.listenForQsExpandedChange(); in start()
891 mKeyguardUpdateMonitor.setKeyguardBypassController(mKeyguardBypassController); in start()
2431 mKeyguardBypassController.setBouncerShowing(bouncerShowing); in setBouncerShowing()
2506 mKeyguardBypassController.onStartedGoingToSleep();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java109 private KeyguardBypassController mKeyguardBypassController; field in BiometricsUnlockControllerTest
148 when(mKeyguardBypassController.onBiometricAuthenticated(any(), anyBoolean())) in setUp()
165 mUpdateMonitor, res.getResources(), mKeyguardBypassController, in createController()
285 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(true); in onBiometricAuthenticated_whenFace_andBypass_dismissKeyguard()
301 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(false); in onBiometricAuthenticated_whenFace_andNonBypassAndUdfps_dismissKeyguard()
320 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(true); in onBiometricAuthenticated_whenFace_andBypass_encrypted_showPrimaryBouncer()
402 reset(mKeyguardBypassController); in onBiometricAuthenticated_whenBypassOnBouncer_dismissBouncer()
404 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(true); in onBiometricAuthenticated_whenBypassOnBouncer_dismissBouncer()
405 when(mKeyguardBypassController.onBiometricAuthenticated(any(), anyBoolean())) in onBiometricAuthenticated_whenBypassOnBouncer_dismissBouncer()
DLegacyNotificationIconAreaControllerImplTest.java64 KeyguardBypassController mKeyguardBypassController; field in LegacyNotificationIconAreaControllerImplTest
93 mKeyguardBypassController, in setup()
DKeyguardStatusBarViewControllerTest.java126 private KeyguardBypassController mKeyguardBypassController; field in KeyguardStatusBarViewControllerTest
213 mKeyguardBypassController, in createController()
458 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(true); in updateViewState_bypassEnabledAndShouldListenForFace_viewHidden()
472 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(false); in updateViewState_bypassNotEnabled_viewShown()
486 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(true); in updateViewState_shouldNotListenForFace_viewShown()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardSliceProviderTest.java88 private KeyguardBypassController mKeyguardBypassController; field in KeyguardSliceProviderTest
152 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(true); in onBindSlice_readsMedia_withBypass_notDozing()
277 mKeyguardBypassController = KeyguardSliceProviderTest.this.mKeyguardBypassController; in TestableKeyguardSliceProvider()
DKeyguardViewMediatorTest.java176 private @Mock KeyguardBypassController mKeyguardBypassController; field in KeyguardViewMediatorTest
259 mKeyguardBypassController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java91 private final KeyguardBypassController mKeyguardBypassController; field in ExpandableNotificationRowController
242 mKeyguardBypassController = keyguardBypassController; in ExpandableNotificationRowController()
281 mKeyguardBypassController, in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardSliceProvider.java143 public KeyguardBypassController mKeyguardBypassController; field in KeyguardSliceProvider
241 boolean keepWhenAwake = mKeyguardBypassController != null in needsMediaLocked()
242 && mKeyguardBypassController.getBypassEnabled() && mDozeParameters.getAlwaysOn(); in needsMediaLocked()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java144 private final KeyguardBypassController mKeyguardBypassController; field in NotificationTestHelper
184 mKeyguardBypassController = mock(KeyguardBypassController.class); in NotificationTestHelper()
581 return mKeyguardBypassController; in getKeyguardBypassController()
652 mKeyguardBypassController, in generateRow()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerBaseTest.java148 protected KeyguardBypassController mKeyguardBypassController; field in KeyguardIndicationControllerBaseTest
285 mKeyguardBypassController, mAccessibilityManager, in createController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java141 @Mock protected KeyguardBypassController mKeyguardBypassController; field in QuickSettingsControllerImplBaseTest
291 mKeyguardBypassController, in setup()
DNotificationPanelViewControllerBaseTest.java244 @Mock protected KeyguardBypassController mKeyguardBypassController; field in NotificationPanelViewControllerBaseTest
624 mKeyguardBypassController, in setup()
634 mKeyguardBypassController, in setup()
690 coordinator, expansionHandler, mDynamicPrivacyController, mKeyguardBypassController, in setup()
820 mKeyguardBypassController, in setup()
DNotificationPanelViewControllerTest.java896 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(false); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_showNSSL()
916 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(false); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_hideNSSL()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java194 private final KeyguardBypassController mKeyguardBypassController; field in NotificationStackScrollLayoutController
769 mKeyguardBypassController = keyguardBypassController; in NotificationStackScrollLayoutController()
836 mKeyguardBypassController.registerOnBypassStateChangedListener( in setUpView()
839 !mKeyguardBypassController.getBypassEnabled()); in setUpView()
854 mView.setKeyguardBypassEnabled(mKeyguardBypassController.getBypassEnabled()); in setUpView()
855 mKeyguardBypassController in setUpView()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java99 @Mock private KeyguardBypassController mKeyguardBypassController; field in NotificationShadeWindowControllerImplTest
152 mKeyguardBypassController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java178 private final KeyguardBypassController mKeyguardBypassController; field in KeyguardIndicationController
331 mKeyguardBypassController = keyguardBypassController; in KeyguardIndicationController()
1507 if (!mKeyguardBypassController.canBypass()) { in onBiometricAuthenticated()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java147 @Mock private KeyguardBypassController mKeyguardBypassController; field in NotificationStackScrollLayoutControllerTest
991 mKeyguardBypassController, in initController()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java384 private KeyguardBypassController mKeyguardBypassController; field in KeyguardUpdateMonitor
1172 mKeyguardBypassController.canBypass() ? "bypass" in handleFaceAuthFailed()
1444 && mKeyguardBypassController.canBypass()); in getUserUnlockedWithBiometricAndIsBypassing()
2709 isFaceEnabledAndEnrolled() && mKeyguardBypassController != null in requestActiveUnlock()
2710 && mKeyguardBypassController.canBypass(); in requestActiveUnlock()
3566 mKeyguardBypassController = keyguardBypassController; in setKeyguardBypassController()

12