Home
last modified time | relevance | path

Searched refs:setBypassEnabled (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardRootViewModelTest.kt178 deviceEntryRepository.setBypassEnabled(true) in iconContainer_isVisible_bypassEnabled()
190 deviceEntryRepository.setBypassEnabled(false) in iconContainer_isNotVisible_pulseExpanding_notBypassing()
202 deviceEntryRepository.setBypassEnabled(true) in iconContainer_isVisible_notifsFullyHidden_bypassEnabled()
216 deviceEntryRepository.setBypassEnabled(false) in iconContainer_isVisible_notifsFullyHidden_bypassDisabled_aodDisabled()
231 deviceEntryRepository.setBypassEnabled(false) in iconContainer_isVisible_notifsFullyHidden_bypassDisabled_displayNeedsBlanking()
247 deviceEntryRepository.setBypassEnabled(false) in iconContainer_isVisible_notifsFullyHidden_bypassDisabled()
263 deviceEntryRepository.setBypassEnabled(false) in isIconContainerVisible_stopAnimation()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/deviceentry/data/repository/
DFakeDeviceEntryRepository.kt41 fun setBypassEnabled(isBypassEnabled: Boolean) { in setBypassEnabled() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinatorTest.kt92 private fun setBypassEnabled(enabled: Boolean) { in eased() method in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinatorTest
172 setBypassEnabled(false) in disablingBypassWillShowNotifications()
351 setBypassEnabled(true) in verifyDelayedDozeAmountCanBeOverridden()
362 setBypassEnabled(false) in verifyRemovingOverrideRestoresOtherwiseCalculatedDozeAmount()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/domain/interactor/
DNotificationIconsInteractorTest.kt233 deviceEntryRepository.setBypassEnabled(false) in filteredEntrySet_showPulsing_notifsNotFullyHidden_bypassDisabled()
242 deviceEntryRepository.setBypassEnabled(false) in filteredEntrySet_showPulsing_notifsFullyHidden_bypassDisabled()
251 deviceEntryRepository.setBypassEnabled(true) in filteredEntrySet_noPulsing_notifsNotFullyHidden_bypassEnabled()
260 deviceEntryRepository.setBypassEnabled(true) in filteredEntrySet_showPulsing_notifsFullyHidden_bypassEnabled()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceUnlockedInteractorTest.kt153 kosmos.fakeDeviceEntryRepository.setBypassEnabled(true) in deviceUnlockStatus_whenFaceIsAuthenticatedWhileAwakeWithBypass_isTrue()
167 kosmos.fakeDeviceEntryRepository.setBypassEnabled(false) in deviceUnlockStatus_whenFaceIsAuthenticatedWithoutBypass_providesThatInfo()
DDeviceEntryInteractorTest.kt324 kosmos.fakeDeviceEntryRepository.setBypassEnabled(true) in <lambda>()
422 kosmos.fakeDeviceEntryRepository.setBypassEnabled(false) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartableTest.kt1400 kosmos.fakeDeviceEntryRepository.setBypassEnabled(isBypassEnabled) in <lambda>()