Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionProxyReceiverTest.java76 mIntent = new Intent(mContext, ActionProxyReceiver.class) in setup()
82 ActionProxyReceiver actionProxyReceiver = constructActionProxyReceiver(false); in testPendingIntentSentWithoutStatusBar()
95 ActionProxyReceiver actionProxyReceiver = constructActionProxyReceiver(true); in testPendingIntentSentWithStatusBar()
114 ActionProxyReceiver actionProxyReceiver = constructActionProxyReceiver(true); in testSmartActionsNotNotifiedByDefault()
125 ActionProxyReceiver actionProxyReceiver = constructActionProxyReceiver(true); in testSmartActionsNotifiedIfEnabled()
136 private ActionProxyReceiver constructActionProxyReceiver(boolean withStatusBar) { in constructActionProxyReceiver()
138 return new ActionProxyReceiver( in constructActionProxyReceiver()
142 return new ActionProxyReceiver( in constructActionProxyReceiver()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DDefaultBroadcastReceiverBinder.java25 import com.android.systemui.screenshot.ActionProxyReceiver;
45 @ClassKey(ActionProxyReceiver.class)
47 ActionProxyReceiver broadcastReceiver); in bindActionProxyReceiver()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionProxyReceiver.java48 public class ActionProxyReceiver extends BroadcastReceiver { class
57 public ActionProxyReceiver(Optional<CentralSurfaces> centralSurfacesOptional, in ActionProxyReceiver() method in ActionProxyReceiver
DSaveImageInBackgroundTask.java282 new Intent(context, ActionProxyReceiver.class) in createShareAction()
333 new Intent(context, ActionProxyReceiver.class) in createEditAction()