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

  /cts/tests/app/app/src/android/app/stubs/
LaunchpadActivity.java 103 public static final String BROADCAST_ALL = "android.app.cts.activity.BROADCAST_ALL";
320 } else if (BROADCAST_ALL.equals(action)) {
324 registerMyReceiver(new IntentFilter(BROADCAST_ALL));
326 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null);
337 registerMyReceiver(new IntentFilter(BROADCAST_ALL));
339 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null);
340 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null);
341 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null);
346 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null)
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
LaunchpadActivity.java 97 public static final String BROADCAST_ALL = "android.os.cts.activity.BROADCAST_ALL";
313 } else if (BROADCAST_ALL.equals(action)) {
317 registerMyReceiver(new IntentFilter(BROADCAST_ALL));
319 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null);
330 registerMyReceiver(new IntentFilter(BROADCAST_ALL));
332 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null);
333 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null);
334 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null);
339 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null)
    [all...]

Completed in 49 milliseconds