Home
last modified time | relevance | path

Searched refs:postQSRunnableDismissingKeyguard (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DActivityStarter.java95 void postQSRunnableDismissingKeyguard(Runnable runnable); in postQSRunnableDismissingKeyguard() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFooterViewController.java92 .postQSRunnableDismissingKeyguard(() -> mQsPanelController.showEdit(view)); in onViewAttached()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DLocationTileTest.kt138 verify(activityStarter).postQSRunnableDismissingKeyguard(capture(captor))
H A DCastTileTest.java330 verify(mActivityStarter, times(1)).postQSRunnableDismissingKeyguard(any()); in testHandleClick_castDevicePresent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DSensorPrivacyToggleTile.java102 mActivityStarter.postQSRunnableDismissingKeyguard(() -> in handleClick()
H A DLocationTile.java97 mActivityStarter.postQSRunnableDismissingKeyguard(() -> { in handleClick()
H A DCastTile.java176 mActivityStarter.postQSRunnableDismissingKeyguard(() -> { in handleClick()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSFooterViewControllerTest.java139 verify(mActivityStarter).postQSRunnableDismissingKeyguard(captor.capture()); in testEditButton_realTap()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/domain/interactor/
H A DFooterActionsInteractorTest.kt152 verify(activityStarter).postQSRunnableDismissingKeyguard(any())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/
H A DFooterActionsInteractor.kt166 activityStarter.postQSRunnableDismissingKeyguard {}
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DActivityStarterImplTest.kt275 underTest.postQSRunnableDismissingKeyguard {}
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java497 mActivityStarter.postQSRunnableDismissingKeyguard(() -> { in startUnlockAndRun()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DActivityStarterImpl.kt382 override fun postQSRunnableDismissingKeyguard(runnable: Runnable?) {