Searched refs:BROADCAST_LOCAL (Results 1 – 3 of 3) sorted by relevance
100 public static final String BROADCAST_LOCAL = field in LaunchpadActivity254 } else if (BROADCAST_LOCAL.equals(action)) { in onResume()256 sendBroadcast(makeBroadcastIntent(BROADCAST_LOCAL)); in onResume()283 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_LOCAL), null); in onResume()285 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_LOCAL), null); in onResume()
41 public static final String BROADCAST_LOCAL = field in BroadcastTest239 runLaunchpad(LaunchpadActivity.BROADCAST_LOCAL); in testLocal()450 makeBroadcastIntent(BROADCAST_LOCAL), in testLocalBroadcastPermissionGranted()465 makeBroadcastIntent(BROADCAST_LOCAL), in testLocalBroadcastPermissionDenied()
63 newIntent.setAction(LaunchpadActivity.BROADCAST_LOCAL); in onReceive()