Searched refs:BROADCAST_ALL (Results 1 – 2 of 2) sorted by relevance
104 public static final String BROADCAST_ALL = field in LaunchpadActivity260 } else if (BROADCAST_ALL.equals(action)) { in onResume()263 registerMyReceiver(new IntentFilter(BROADCAST_ALL)); in onResume()265 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume()278 registerMyReceiver(new IntentFilter(BROADCAST_ALL)); in onResume()280 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume()281 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume()282 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume()287 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume()288 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume()[all …]
53 public static final String BROADCAST_ALL = field in BroadcastTest252 runLaunchpad(LaunchpadActivity.BROADCAST_ALL); in testAll()