Home
last modified time | relevance | path

Searched refs:setKeyguardShowing (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DKeyguardCoordinatorTest.kt103 keyguardRepository.setKeyguardShowing(false) in unseenFilterSuppressesSeenNotifWhileKeyguardShowing()
110 keyguardRepository.setKeyguardShowing(true) in unseenFilterSuppressesSeenNotifWhileKeyguardShowing()
117 keyguardRepository.setKeyguardShowing(false) in unseenFilterSuppressesSeenNotifWhileKeyguardShowing()
130 keyguardRepository.setKeyguardShowing(false) in unseenFilterStopsMarkingSeenNotifWhenTransitionToAod()
157 keyguardRepository.setKeyguardShowing(false) in unseenFilter_headsUpMarkedAsSeen()
169 keyguardRepository.setKeyguardShowing(true) in unseenFilter_headsUpMarkedAsSeen()
176 keyguardRepository.setKeyguardShowing(false) in unseenFilter_headsUpMarkedAsSeen()
189 keyguardRepository.setKeyguardShowing(false) in unseenFilterDoesNotSuppressSeenOngoingNotifWhileKeyguardShowing()
198 keyguardRepository.setKeyguardShowing(true) in unseenFilterDoesNotSuppressSeenOngoingNotifWhileKeyguardShowing()
211 keyguardRepository.setKeyguardShowing(false) in unseenFilterDoesNotSuppressSeenMediaNotifWhileKeyguardShowing()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java247 mNotificationShadeWindowController.setKeyguardShowing(true); in setKeyguardShowing_focusable_notAltFocusable_whenNeedsInput()
271 mNotificationShadeWindowController.setKeyguardShowing(false); in setKeyguardShowing_notFocusable_byDefault()
296 mNotificationShadeWindowController.setKeyguardShowing(true); in rotationBecameAllowed_layoutParamsUpdated()
311 mNotificationShadeWindowController.setKeyguardShowing(true); in rotationBecameNotAllowed_layoutParamsUpdated()
341 mNotificationShadeWindowController.setKeyguardShowing(true); in bouncerShowing_OrientationNoSensor()
358 setKeyguardShowing(); in udfpsEnrolled_minAndMaxRefreshRateSetToPreferredRefreshRate()
374 setKeyguardShowing(); in udfpsNotEnrolled_refreshRateUnset()
390 mNotificationShadeWindowController.setKeyguardShowing(false); in keyguardNotShowing_refreshRateUnset()
400 private void setKeyguardShowing() { in setKeyguardShowing() method in NotificationShadeWindowControllerImplTest
401 mNotificationShadeWindowController.setKeyguardShowing(true); in setKeyguardShowing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/fsi/
DFsiChromeRepoTest.kt144 keyguardRepo.setKeyguardShowing(false) in <lambda>()
158 keyguardRepo.setKeyguardShowing(true) in <lambda>()
172 keyguardRepo.setKeyguardShowing(true) in <lambda>()
187 keyguardRepo.setKeyguardShowing(true) in <lambda>()
201 keyguardRepo.setKeyguardShowing(true) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractorTest.kt121 repository.setKeyguardShowing(true) in testKeyguardGuardVisibilityStopsSecureCamera()
144 repository.setKeyguardShowing(true) in testBouncerShowingResetsSecureCameraState()
155 repository.setKeyguardShowing(true) in <lambda>()
163 repository.setKeyguardShowing(false) in <lambda>()
DKeyguardQuickAffordanceInteractorTest.kt98 repository.setKeyguardShowing(true) in setUp()
321 repository.setKeyguardShowing(false) in quickAffordance - bottom start affordance hidden when lockscreen is not showing()
338 repository.setKeyguardShowing(false) in quickAffordanceAlwaysVisible - even when lock screen not showing and dozing()
DKeyguardTransitionScenariosTest.kt663 keyguardRepository.setKeyguardShowing(true) in GONE to LOCKSREEN()
1018 keyguardRepository.setKeyguardShowing(true) in OCCLUDED to GONE()
1040 keyguardRepository.setKeyguardShowing(false) in OCCLUDED to GONE()
1062 keyguardRepository.setKeyguardShowing(true) in OCCLUDED to LOCKSCREEN()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardBottomAreaViewModelTest.kt222 repository.setKeyguardShowing(true) in startButton - present - visible model - starts activity on click()
252 repository.setKeyguardShowing(true) in startButton - hidden when device policy disables all keyguard features()
287 repository.setKeyguardShowing(false) in startButton - in preview mode - visible even when keyguard not showing()
329 repository.setKeyguardShowing(false) in endButton - in higlighted preview mode - dimmed when other is selected()
379 repository.setKeyguardShowing(true) in endButton - present - visible model - do nothing on click()
429 repository.setKeyguardShowing(true) in animateButtonReveal()
504 repository.setKeyguardShowing(true) in isIndicationAreaPadded()
585 repository.setKeyguardShowing(true) in isClickable - true when alpha at threshold()
616 repository.setKeyguardShowing(true) in isClickable - true when alpha above threshold()
646 repository.setKeyguardShowing(true) in isClickable - false when alpha below threshold()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFooterViewController.java113 public void setKeyguardShowing(boolean keyguardShowing) { in setKeyguardShowing() method in QSFooterViewController
114 mView.setKeyguardShowing(); in setKeyguardShowing()
DQSFooter.java49 void setKeyguardShowing(boolean keyguardShowing); in setKeyguardShowing() method
DQSFooterView.java132 public void setKeyguardShowing() { in setKeyguardShowing() method in QSFooterView
DQSFragment.java531 private void setKeyguardShowing(boolean keyguardShowing) { in setKeyguardShowing() method in QSFragment
539 mFooter.setKeyguardShowing(keyguardShowing); in setKeyguardShowing()
949 setKeyguardShowing(newState == KEYGUARD); in onStateChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/
DUserInteractorTest.kt316 keyguardRepository.setKeyguardShowing(false) in <lambda>()
341 keyguardRepository.setKeyguardShowing(false) in <lambda>()
362 keyguardRepository.setKeyguardShowing(false) in <lambda>()
376 keyguardRepository.setKeyguardShowing(false) in <lambda>()
394 keyguardRepository.setKeyguardShowing(false) in <lambda>()
421 keyguardRepository.setKeyguardShowing(false) in <lambda>()
442 keyguardRepository.setKeyguardShowing(true) in <lambda>()
454 keyguardRepository.setKeyguardShowing(false) in <lambda>()
695 keyguardRepository.setKeyguardShowing(false) in <lambda>()
722 keyguardRepository.setKeyguardShowing(false) in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java72 default void setKeyguardShowing(boolean showing) {} in setKeyguardShowing() method
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java881 mKeyguardUpdateMonitor.setKeyguardShowing(true, true); in testTriesToAuthenticate_whenAssistant()
889 mKeyguardUpdateMonitor.setKeyguardShowing(false, true); in doesNotTryToAuthenticateWhenKeyguardIsNotShowingButOccluded_whenAssistant()
899 mKeyguardUpdateMonitor.setKeyguardShowing(false, true); in noFpListeningWhenKeyguardIsOccluded_unlessAlternateBouncerShowing()
925 mKeyguardUpdateMonitor.setKeyguardShowing(true, true); in faceUnlockDoesNotRunWhenDeviceIsGoingToSleepWithAssistantVisible()
1292 mKeyguardUpdateMonitor.setKeyguardShowing(true, true); in testOccludingAppFingerprintListeningState()
1307 mKeyguardUpdateMonitor.setKeyguardShowing(true, true); in testOccludingAppRequestsFingerprint()
1517 mKeyguardUpdateMonitor.setKeyguardShowing(false, false); in testShouldNotUpdateBiometricListeningStateOnStatusBarStateChange()
1518 mKeyguardUpdateMonitor.setKeyguardShowing(true, false); in testShouldNotUpdateBiometricListeningStateOnStatusBarStateChange()
1938 mKeyguardUpdateMonitor.setKeyguardShowing(false, false); in testFingerprintCanAuth_whenCancellationNotReceivedAndAuthFailed()
2614 mKeyguardUpdateMonitor.setKeyguardShowing(true, false); in keyguardIsVisible()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardRepository.kt128 fun setKeyguardShowing(isShowing: Boolean) { in setKeyguardShowing() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java579 mNotificationShadeWindowController.setKeyguardShowing(true); in show()
927 mNotificationShadeWindowController.setKeyguardShowing(false); in hide()
978 mNotificationShadeWindowController.setKeyguardShowing(false); in hide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java184 mKeyguardUpdateMonitor.setKeyguardShowing(showing, occluded); in notifyKeyguardState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java272 setKeyguardShowing(true); in attach()
614 public void setKeyguardShowing(boolean showing) { in setKeyguardShowing() method in NotificationShadeWindowControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/ui/viewmodel/
DUserSwitcherViewModelTest.kt273 keyguardRepository.setKeyguardShowing(true) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java2650 public void setKeyguardShowing(boolean keyguardShowing) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java733 public void setKeyguardShowing(boolean showing, boolean occluded) { in setKeyguardShowing() method in KeyguardUpdateMonitor