Searched refs:ActionProxyReceiver (Results 1 – 4 of 4) sorted by relevance
74 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()
25 import com.android.systemui.screenshot.ActionProxyReceiver;45 @ClassKey(ActionProxyReceiver.class)47 ActionProxyReceiver broadcastReceiver); in bindActionProxyReceiver()
46 public class ActionProxyReceiver extends BroadcastReceiver { class55 public ActionProxyReceiver(ActivityManagerWrapper activityManagerWrapper, in ActionProxyReceiver() method in ActionProxyReceiver
282 new Intent(context, ActionProxyReceiver.class) in createShareAction()333 new Intent(context, ActionProxyReceiver.class) in createEditAction()