Searched refs:BROADCAST_STICKY2 (Results 1 – 2 of 2) sorted by relevance
62 public static final String BROADCAST_STICKY2 = field in BroadcastTest365 intent = new Intent(LaunchpadActivity.BROADCAST_STICKY2, null); in testReceive2Sticky()369 runLaunchpad(LaunchpadActivity.BROADCAST_STICKY2); in testReceive2Sticky()
115 public static final String BROADCAST_STICKY2 = field in LaunchpadActivity302 } else if (BROADCAST_STICKY2.equals(action)) { in onResume()306 filter.addAction(BROADCAST_STICKY2); in onResume()