Home
last modified time | relevance | path

Searched refs:setIsLockscreenOrShadeVisible (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/back/domain/interactor/
DBackActionInteractorTest.kt196 windowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(true) in shadeVisibleAndDeviceAwake_callbackRegistered()
210 windowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(true) in noWindowRootView_noCrashAttemptingCallbackRegistration()
220 windowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(true) in shadeNotVisible_callbackUnregistered()
224 windowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(false) in shadeNotVisible_callbackUnregistered()
233 windowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(true) in deviceAsleep_callbackUnregistered()
247 windowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(true) in animationFlagOff_onBackInvoked_keyguardNotified()
261 windowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(true) in animationFlagOn_onBackInvoked_keyguardNotified()
275 windowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(true) in animationFlagOn_callbackIsAnimationCallback()
287 windowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(true) in onBackProgressed_shadeCannotBeCollapsed_shadeViewControllerNotNotified()
302 windowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(true) in onBackProgressed_shadeCanBeCollapsed_shadeViewControllerNotified()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractorTest.kt90 underTest.setIsLockscreenOrShadeVisible(true) in isLockscreenOrShadeVisible_true()
97 underTest.setIsLockscreenOrShadeVisible(false) in isLockscreenOrShadeVisible_false()
104 windowRootViewVisibilityRepository.setIsLockscreenOrShadeVisible(true) in isLockscreenOrShadeVisible_matchesRepo()
108 windowRootViewVisibilityRepository.setIsLockscreenOrShadeVisible(false) in isLockscreenOrShadeVisible_matchesRepo()
119 underTest.setIsLockscreenOrShadeVisible(false) in isLockscreenOrShadeVisibleAndInteractive_notVisible_false()
128 underTest.setIsLockscreenOrShadeVisible(true) in isLockscreenOrShadeVisibleAndInteractive_deviceAsleep_false()
140 underTest.setIsLockscreenOrShadeVisible(true) in isLockscreenOrShadeVisibleAndInteractive_visibleAndAwake_true()
151 underTest.setIsLockscreenOrShadeVisible(true) in isLockscreenOrShadeVisibleAndInteractive_visibleAndStartingToWake_true()
162 underTest.setIsLockscreenOrShadeVisible(true) in isLockscreenOrShadeVisibleAndStartingToSleep_false()
191 underTest.setIsLockscreenOrShadeVisible(false) in lockscreenShadeNotInteractive_statusBarServiceNotified()
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/data/repository/
DWindowRootViewVisibilityRepositoryTest.kt41 underTest.setIsLockscreenOrShadeVisible(true) in isLockscreenOrShadeVisible_true()
48 underTest.setIsLockscreenOrShadeVisible(false) in isLockscreenOrShadeVisible_false()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationLoggerViewModelTest.kt55 windowRootViewVisibilityRepository.setIsLockscreenOrShadeVisible(true) in <lambda>()
66 windowRootViewVisibilityRepository.setIsLockscreenOrShadeVisible(true) in <lambda>()
77 windowRootViewVisibilityRepository.setIsLockscreenOrShadeVisible(false) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/interactor/
DWindowRootViewVisibilityInteractor.kt140 fun setIsLockscreenOrShadeVisible(visible: Boolean) { in <lambda>() method
141 windowRootViewVisibilityRepository.setIsLockscreenOrShadeVisible(visible) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerWithScenesTest.kt251 setIsLockscreenOrShadeVisible(false) in <lambda>()
257 setIsLockscreenOrShadeVisible(true) in <lambda>()
275 setIsLockscreenOrShadeVisible(true) in <lambda>()
281 setIsLockscreenOrShadeVisible(false) in <lambda>()
299 setIsLockscreenOrShadeVisible(true) in <lambda>()
303 setIsLockscreenOrShadeVisible(false) in <lambda>()
596 private fun setIsLockscreenOrShadeVisible(isVisible: Boolean) { in <lambda>() method
DNotificationGutsManagerTest.java266 mWindowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(false); in testLockscreenShadeVisible_visible_gutsNotClosed()
273 mWindowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(true); in testLockscreenShadeVisible_visible_gutsNotClosed()
285 mWindowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(true); in testLockscreenShadeVisible_notVisible_gutsClosed()
292 mWindowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(false); in testLockscreenShadeVisible_notVisible_gutsClosed()
308 mWindowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(true); in testLockscreenShadeVisible_notVisible_listContainerReset()
312 mWindowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(false); in testLockscreenShadeVisible_notVisible_listContainerReset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/data/repository/
DWindowRootViewVisibilityRepository.kt40 fun setIsLockscreenOrShadeVisible(visible: Boolean) { in setIsLockscreenOrShadeVisible() method in com.android.systemui.scene.data.repository.WindowRootViewVisibilityRepository
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java142 mWindowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(true); in setUp()
262 mWindowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(false); in testLogPanelShownOnShadePull()
266 mWindowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(true); in testLogPanelShownOnShadePull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeControllerImpl.java351 mWindowRootViewVisibilityInteractor.setIsLockscreenOrShadeVisible(visible); in notifyVisibilityChanged()