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