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

  /cts/tests/app/app/src/android/app/stubs/
LaunchpadActivity.java 101 public static final String BROADCAST_LOCAL = "android.app.cts.activity.BROADCAST_LOCAL";
310 } else if (BROADCAST_LOCAL.equals(action)) {
314 sendBroadcast(makeBroadcastIntent(BROADCAST_LOCAL));
342 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_LOCAL), null);
344 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_LOCAL), null);
  /cts/tests/tests/os/src/android/os/cts/
LaunchpadActivity.java 95 public static final String BROADCAST_LOCAL = "android.os.cts.activity.BROADCAST_LOCAL";
303 } else if (BROADCAST_LOCAL.equals(action)) {
307 sendBroadcast(makeBroadcastIntent(BROADCAST_LOCAL));
335 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_LOCAL), null);
337 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_LOCAL), null);

Completed in 242 milliseconds