HomeSort by relevance Sort by last modified time
    Searched refs:BROADCAST_LOCAL (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalReceiver.java 63 newIntent.setAction(LaunchpadActivity.BROADCAST_LOCAL);
BroadcastTest.java 40 public static final String BROADCAST_LOCAL =
41 "com.android.frameworks.coretests.activity.BROADCAST_LOCAL";
238 runLaunchpad(LaunchpadActivity.BROADCAST_LOCAL);
447 makeBroadcastIntent(BROADCAST_LOCAL),
462 makeBroadcastIntent(BROADCAST_LOCAL),
LaunchpadActivity.java 100 public static final String BROADCAST_LOCAL =
101 "com.android.frameworks.coretests.activity.BROADCAST_LOCAL";
254 } else if (BROADCAST_LOCAL.equals(action)) {
256 sendBroadcast(makeBroadcastIntent(BROADCAST_LOCAL));
283 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_LOCAL), null);
285 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_LOCAL), null);
  /cts/tests/src/android/app/cts/
LaunchpadActivity.java 97 public static final String BROADCAST_LOCAL = "android.app.cts.activity.BROADCAST_LOCAL";
305 } else if (BROADCAST_LOCAL.equals(action)) {
309 sendBroadcast(makeBroadcastIntent(BROADCAST_LOCAL));
337 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_LOCAL), null);
339 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_LOCAL), null);

Completed in 1769 milliseconds