Searched refs:BROADCAST_ACTION (Results 1 – 6 of 6) sorted by relevance
30 public static final String BROADCAST_ACTION = TransitionActivity.class.getSimpleName(); field in TransitionActivity43 sendBroadcast(new Intent(BROADCAST_ACTION).putStringArrayListExtra( in onCreate()
45 public static final String BROADCAST_ACTION = CollectionAppWidgetProvider.class.getName(); field in CollectionAppWidgetProvider108 Intent viewIntent = new Intent(BROADCAST_ACTION); in onUpdate()
56 private static final String BROADCAST_ACTION = "action"; field in MockTvInputService117 sBroadcastCallback.getBundle().getString(BROADCAST_ACTION);136 sBroadcastCallback.getBundle().putString(BROADCAST_ACTION, action); in expectBroadcast()
234 final String BROADCAST_ACTION = "testUpdateCurrent_action"; in testUpdateCurrent() local238 final IntentFilter filter = new IntentFilter(BROADCAST_ACTION); in testUpdateCurrent()243 Intent intent = new Intent(BROADCAST_ACTION); in testUpdateCurrent()
18 import static android.appwidget.cts.provider.CollectionAppWidgetProvider.BROADCAST_ACTION;314 mActivityRule.runOnUiThread(() -> receiver.register(BROADCAST_ACTION)); in verifyItemClickIntents()
179 .register(TransitionActivity.BROADCAST_ACTION); in testWidget_startActivity()