Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DActivityStarterImpl.kt346 override fun executeRunnableDismissingKeyguard(
353 activityStarterInternal.executeRunnableDismissingKeyguard(
362 override fun executeRunnableDismissingKeyguard(
371 activityStarterInternal.executeRunnableDismissingKeyguard(
385 activityStarterInternal.executeRunnableDismissingKeyguard(
539 executeRunnableDismissingKeyguard(
578 executeRunnableDismissingKeyguard(
809 fun executeRunnableDismissingKeyguard( regex
H A DStatusBarKeyguardViewManager.java1076 mActivityStarter.executeRunnableDismissingKeyguard( in dismissAndCollapse()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DActivityStarter.java120 void executeRunnableDismissingKeyguard(Runnable runnable, in executeRunnableDismissingKeyguard() method
127 void executeRunnableDismissingKeyguard( in executeRunnableDismissingKeyguard() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DActionProxyReceiverTest.java85 }).when(mActivityStarter).executeRunnableDismissingKeyguard( in testPendingIntentSentWithStatusBar()
91 verify(mActivityStarter).executeRunnableDismissingKeyguard( in testPendingIntentSentWithStatusBar()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DFontScalingTileTest.kt145 .executeRunnableDismissingKeyguard(
164 .executeRunnableDismissingKeyguard(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotProxyService.kt56 activityStarter.executeRunnableDismissingKeyguard(
H A DActionProxyReceiver.java95 mActivityStarter.executeRunnableDismissingKeyguard(startActivityRunnable, null, in onReceive()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DActivityStarterImplTest.kt244 underTest.executeRunnableDismissingKeyguard(
262 underTest.executeRunnableDismissingKeyguard(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyRecentsImpl.java107 mActivityStarter.executeRunnableDismissingKeyguard( in toggleRecentApps()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DFontScalingTile.kt119 mActivityStarter.executeRunnableDismissingKeyguard(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManager.java565 mActivityStarter.executeRunnableDismissingKeyguard( in openGuts()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java506 mActivityStarter.executeRunnableDismissingKeyguard(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java4334 mActivityStarter.executeRunnableDismissingKeyguard(null, null, in onQsSetExpansionHeightCalled()