Home
last modified time | relevance | path

Searched refs:attemptDeviceEntry (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerTest.java384 verify(mDeviceEntryInteractor, never()).attemptDeviceEntry(); in longPress_showBouncer_sceneContainerNotEnabled()
398 verify(mDeviceEntryInteractor).attemptDeviceEntry(); in longPress_showBouncer()
411 verify(mDeviceEntryInteractor, never()).attemptDeviceEntry(); in longPress_falsingTriggered_doesNotShowBouncer()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryInteractorTest.kt343 underTest.attemptDeviceEntry() in <lambda>()
360 underTest.attemptDeviceEntry() in <lambda>()
378 underTest.attemptDeviceEntry() in <lambda>()
396 underTest.attemptDeviceEntry() in <lambda>()
414 underTest.attemptDeviceEntry() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryInteractor.kt218 fun attemptDeviceEntry() { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DDeviceEntryIconViewModel.kt277 deviceEntryInteractor.attemptDeviceEntry() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java747 mDeviceEntryInteractor.get().attemptDeviceEntry(); in onLongPress()