Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DActionProxyReceiverTest.java80 ActionProxyReceiver actionProxyReceiver = constructActionProxyReceiver(); in testPendingIntentSentWithStatusBar()
99 ActionProxyReceiver actionProxyReceiver = constructActionProxyReceiver(); in testSmartActionsNotNotifiedByDefault()
110 ActionProxyReceiver actionProxyReceiver = constructActionProxyReceiver(); in testSmartActionsNotifiedIfEnabled()
121 private ActionProxyReceiver constructActionProxyReceiver() { in constructActionProxyReceiver() method in ActionProxyReceiverTest