Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DActionProxyReceiver.java67 Runnable startActivityRunnable = () -> { in onReceive() local
93 mStatusBar.executeRunnableDismissingKeyguard(startActivityRunnable, null, in onReceive()
97 startActivityRunnable.run(); in onReceive()