Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DActionProxyReceiverTest.java74 mIntent = new Intent(mContext, ActionProxyReceiver.class) in setup()
80 ActionProxyReceiver actionProxyReceiver = constructActionProxyReceiver(); in testPendingIntentSentWithStatusBar()
99 ActionProxyReceiver actionProxyReceiver = constructActionProxyReceiver(); in testSmartActionsNotNotifiedByDefault()
110 ActionProxyReceiver actionProxyReceiver = constructActionProxyReceiver(); in testSmartActionsNotifiedIfEnabled()
121 private ActionProxyReceiver constructActionProxyReceiver() { in constructActionProxyReceiver()
122 return new ActionProxyReceiver( in constructActionProxyReceiver()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DDefaultBroadcastReceiverBinder.java25 import com.android.systemui.screenshot.ActionProxyReceiver;
45 @ClassKey(ActionProxyReceiver.class)
47 ActionProxyReceiver broadcastReceiver); in bindActionProxyReceiver()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DActionProxyReceiver.java46 public class ActionProxyReceiver extends BroadcastReceiver { class
55 public ActionProxyReceiver(ActivityManagerWrapper activityManagerWrapper, in ActionProxyReceiver() method in ActionProxyReceiver
H A DSaveImageInBackgroundTask.java282 new Intent(context, ActionProxyReceiver.class) in createShareAction()
333 new Intent(context, ActionProxyReceiver.class) in createEditAction()