Home
last modified time | relevance | path

Searched refs:actionProxyReceiver (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() local
88 actionProxyReceiver.onReceive(mContext, mIntent); in testPendingIntentSentWithStatusBar()
99 ActionProxyReceiver actionProxyReceiver = constructActionProxyReceiver(); in testSmartActionsNotNotifiedByDefault() local
101 actionProxyReceiver.onReceive(mContext, mIntent); in testSmartActionsNotNotifiedByDefault()
110 ActionProxyReceiver actionProxyReceiver = constructActionProxyReceiver(); in testSmartActionsNotifiedIfEnabled() local
115 actionProxyReceiver.onReceive(mContext, mIntent); in testSmartActionsNotifiedIfEnabled()