/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | CameraLauncher.java | 29 private final KeyguardBypassController mKeyguardBypassController; field in CameraLauncher 39 mKeyguardBypassController = keyguardBypassController; in CameraLauncher() 57 mKeyguardBypassController.setLaunchingAffordance(launchingAffordance); in setLaunchingAffordance()
|
H A D | NotificationShadeWindowControllerImpl.java | 106 private final KeyguardBypassController mKeyguardBypassController; field in NotificationShadeWindowControllerImpl 158 mKeyguardBypassController = keyguardBypassController; in NotificationShadeWindowControllerImpl() 343 boolean bypassOnKeyguard = mKeyguardBypassController.getBypassEnabled() in applyKeyguardFlags()
|
H A D | QuickSettingsController.java | 141 private final KeyguardBypassController mKeyguardBypassController; field in QuickSettingsController 376 mKeyguardBypassController = keyguardBypassController; in QuickSettingsController() 665 && mKeyguardBypassController.getBypassEnabled()) || mSplitShadeEnabled) { in shouldQuickSettingsIntercept() 693 if (mBarState == KEYGUARD && !mKeyguardBypassController.getBypassEnabled()) { in getHeaderTranslation() 703 if (mKeyguardBypassController.getBypassEnabled() && mBarState == KEYGUARD) { in getHeaderTranslation() 1459 if (mKeyguardBypassController.getBypassEnabled()) { in calculateTopClippingBound()
|
H A D | NotificationPanelViewController.java | 325 private final KeyguardBypassController mKeyguardBypassController; field in NotificationPanelViewController 895 mKeyguardBypassController = bypassController; in NotificationPanelViewController() 1085 if (mKeyguardBypassController.getBypassEnabled()) { in onFinishInflate() 1484 if (isKeyguardShowing() && !mKeyguardBypassController.getBypassEnabled()) { in updateMaxDisplayedNotifications() 1588 boolean bypassEnabled = mKeyguardBypassController.getBypassEnabled(); in updateClockAppearance() 2401 if (!mKeyguardBypassController.getBypassEnabled()) { in getKeyguardNotificationStaticPadding() 2432 && mKeyguardBypassController.getBypassEnabled()) { in requestScrollerTopPaddingUpdate() 2609 && !mKeyguardBypassController.getBypassEnabled() in updateNotificationTranslucency() 3025 if (mKeyguardBypassController.getBypassEnabled() && isOnKeyguard()) { in updateExpandedHeight()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | LegacyNotificationShelfControllerImpl.java | 38 private final KeyguardBypassController mKeyguardBypassController; field in LegacyNotificationShelfControllerImpl 52 mKeyguardBypassController = keyguardBypassController; in LegacyNotificationShelfControllerImpl() 85 && !(mAmbientState.isOnKeyguard() && mKeyguardBypassController.getBypassEnabled()); in canModifyColorOfNotifications()
|
H A D | NotificationMediaManager.java | 103 private final KeyguardBypassController mKeyguardBypassController; field in NotificationMediaManager 206 mKeyguardBypassController = keyguardBypassController; in NotificationMediaManager() 575 if (mediaMetadata != null && !mKeyguardBypassController.getBypassEnabled()) { in updateMediaMetaData()
|
H A D | KeyguardIndicationController.java | 169 private final KeyguardBypassController mKeyguardBypassController; field in KeyguardIndicationController 297 mKeyguardBypassController = keyguardBypassController; in KeyguardIndicationController() 1350 if (!mKeyguardBypassController.canBypass()) { in onBiometricAuthenticated()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarHeadsUpChangeListener.java | 41 private final KeyguardBypassController mKeyguardBypassController; field in StatusBarHeadsUpChangeListener 60 mKeyguardBypassController = keyguardBypassController; in StatusBarHeadsUpChangeListener() 80 boolean bypassKeyguard = mKeyguardBypassController.getBypassEnabled() in onHeadsUpPinnedModeChanged()
|
H A D | BiometricUnlockController.java | 155 private final KeyguardBypassController mKeyguardBypassController; field in BiometricUnlockController 309 mKeyguardBypassController = keyguardBypassController; in BiometricUnlockController() 310 mKeyguardBypassController.setUnlockController(this); in BiometricUnlockController() 421 || mKeyguardBypassController.onBiometricAuthenticated( in onBiometricAuthenticated() 624 final boolean bypass = mKeyguardBypassController.getBypassEnabled() in calculateModeForPassiveAuth() 656 || mKeyguardBypassController.getAltBouncerShowing()) && unlockingAllowed) { in calculateModeForPassiveAuth()
|
H A D | KeyguardStatusBarViewController.java | 109 private final KeyguardBypassController mKeyguardBypassController; field in KeyguardStatusBarViewController 224 mFirstBypassAttempt = mKeyguardBypassController.getBypassEnabled(); 306 mKeyguardBypassController = bypassController; in KeyguardStatusBarViewController() 318 mFirstBypassAttempt = mKeyguardBypassController.getBypassEnabled(); in KeyguardStatusBarViewController()
|
H A D | CentralSurfacesImpl.java | 450 private final KeyguardBypassController mKeyguardBypassController; field in CentralSurfacesImpl 794 mKeyguardBypassController = keyguardBypassController; in CentralSurfacesImpl() 972 mKeyguardUpdateMonitor.setKeyguardBypassController(mKeyguardBypassController); in start() 1671 mKeyguardBypassController); in startKeyguard() 2764 mKeyguardBypassController.setBouncerShowing(bouncerShowing); in setBouncerShowing() 2841 mKeyguardBypassController.onStartedGoingToSleep();
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | BiometricsUnlockControllerTest.java | 103 private KeyguardBypassController mKeyguardBypassController; field in BiometricsUnlockControllerTest 142 when(mKeyguardBypassController.onBiometricAuthenticated(any(), anyBoolean())) in setUp() 159 mUpdateMonitor, res.getResources(), mKeyguardBypassController, in createController() 276 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(true); in onBiometricAuthenticated_whenFace_andBypass_dismissKeyguard() 292 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(false); in onBiometricAuthenticated_whenFace_andNonBypassAndUdfps_dismissKeyguard() 311 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(true); in onBiometricAuthenticated_whenFace_andBypass_encrypted_showPrimaryBouncer() 373 reset(mKeyguardBypassController); in onBiometricAuthenticated_whenBypassOnBouncer_dismissBouncer() 375 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(true); in onBiometricAuthenticated_whenBypassOnBouncer_dismissBouncer() 376 when(mKeyguardBypassController.onBiometricAuthenticated(any(), anyBoolean())) in onBiometricAuthenticated_whenBypassOnBouncer_dismissBouncer()
|
H A D | LegacyNotificationIconAreaControllerImplTest.java | 60 KeyguardBypassController mKeyguardBypassController; field in LegacyNotificationIconAreaControllerImplTest 89 mKeyguardBypassController, in setup()
|
H A D | KeyguardStatusBarViewControllerTest.java | 103 private KeyguardBypassController mKeyguardBypassController; field in KeyguardStatusBarViewControllerTest 164 mKeyguardBypassController, in createController() 322 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(true); in updateViewState_bypassEnabledAndShouldListenForFace_viewHidden() 336 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(false); in updateViewState_bypassNotEnabled_viewShown() 350 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(true); in updateViewState_shouldNotListenForFace_viewShown()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | KeyguardSliceProviderTest.java | 88 private KeyguardBypassController mKeyguardBypassController; field in KeyguardSliceProviderTest 152 when(mKeyguardBypassController.getBypassEnabled()).thenReturn(true); in onBindSlice_readsMedia_withBypass_notDozing() 277 mKeyguardBypassController = KeyguardSliceProviderTest.this.mKeyguardBypassController; in TestableKeyguardSliceProvider()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationTestHelper.java | 133 private final KeyguardBypassController mKeyguardBypassController; field in NotificationTestHelper 162 mKeyguardBypassController = mock(KeyguardBypassController.class); in NotificationTestHelper() 524 return mKeyguardBypassController; in getKeyguardBypassController() 596 mKeyguardBypassController, in generateRow()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowController.java | 90 private final KeyguardBypassController mKeyguardBypassController; field in ExpandableNotificationRowController 241 mKeyguardBypassController = keyguardBypassController; in ExpandableNotificationRowController() 280 mKeyguardBypassController, in init()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardSliceProvider.java | 142 public KeyguardBypassController mKeyguardBypassController; field in KeyguardSliceProvider 234 boolean keepWhenAwake = mKeyguardBypassController != null in needsMediaLocked() 235 && mKeyguardBypassController.getBypassEnabled() && mDozeParameters.getAlwaysOn(); in needsMediaLocked()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | KeyguardIndicationControllerBaseTest.java | 136 protected KeyguardBypassController mKeyguardBypassController; field in KeyguardIndicationControllerBaseTest 261 mKeyguardBypassController, mAccessibilityManager, in createController()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | QuickSettingsControllerBaseTest.java | 127 @Mock protected KeyguardBypassController mKeyguardBypassController; field in QuickSettingsControllerBaseTest 235 mKeyguardBypassController, in setup()
|
H A D | NotificationPanelViewControllerBaseTest.java | 215 @Mock protected KeyguardBypassController mKeyguardBypassController; field in NotificationPanelViewControllerBaseTest 523 mKeyguardBypassController, in setup() 531 mKeyguardBypassController, mHeadsUpManager, in setup() 587 coordinator, expansionHandler, mDynamicPrivacyController, mKeyguardBypassController, in setup() 708 mKeyguardBypassController, in setup()
|
H A D | NotificationShadeWindowControllerImplTest.java | 92 @Mock private KeyguardBypassController mKeyguardBypassController; field in NotificationShadeWindowControllerImplTest 123 mConfigurationController, mKeyguardViewMediator, mKeyguardBypassController, in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutController.java | 182 private final KeyguardBypassController mKeyguardBypassController; field in NotificationStackScrollLayoutController 695 mKeyguardBypassController = keyguardBypassController; in NotificationStackScrollLayoutController() 754 mKeyguardBypassController.registerOnBypassStateChangedListener( in setUpView() 757 !mKeyguardBypassController.getBypassEnabled()); in setUpView() 772 mView.setKeyguardBypassEnabled(mKeyguardBypassController.getBypassEnabled()); in setUpView() 773 mKeyguardBypassController in setUpView()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitor.java | 439 private KeyguardBypassController mKeyguardBypassController; field in KeyguardUpdateMonitor 1258 mKeyguardBypassController.canBypass() ? "bypass" in handleFaceAuthFailed() 1613 return fingerprintAllowed || faceAllowed && mKeyguardBypassController.canBypass(); in getUserUnlockedWithBiometricAndIsBypassing() 2975 final boolean canFaceBypass = isFaceEnrolled() && mKeyguardBypassController != null in requestActiveUnlock() 2976 && mKeyguardBypassController.canBypass(); in requestActiveUnlock() 3198 final boolean canBypass = mKeyguardBypassController != null in shouldListenForFace() 3199 && mKeyguardBypassController.canBypass(); in shouldListenForFace() 3398 final boolean isBypassEnabled = mKeyguardBypassController != null in startListeningForFace() 3399 && mKeyguardBypassController.isBypassEnabled(); in startListeningForFace() 4063 mKeyguardBypassController = keyguardBypassController; in setKeyguardBypassController()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutControllerTest.java | 136 @Mock private KeyguardBypassController mKeyguardBypassController; field in NotificationStackScrollLayoutControllerTest 682 mKeyguardBypassController, in initController()
|