Searched refs:BROADCAST_ABORT (Results 1 – 2 of 2) sorted by relevance
110 public static final String BROADCAST_ABORT = field in LaunchpadActivity291 } else if (BROADCAST_ABORT.equals(action)) { in onResume()294 registerMyReceiver(new IntentFilter(BROADCAST_ABORT)); in onResume()296 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ABORT), null); in onResume()
57 public static final String BROADCAST_ABORT = field in BroadcastTest247 runLaunchpad(LaunchpadActivity.BROADCAST_ABORT); in testAbort()