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

  /frameworks/base/core/tests/coretests/src/android/app/activity/
BroadcastTest.java 60 public static final String BROADCAST_STICKY1 =
61 "com.android.frameworks.coretests.activity.BROADCAST_STICKY1";
305 Intent intent = new Intent(LaunchpadActivity.BROADCAST_STICKY1, null);
313 IntentFilter filter = new IntentFilter(LaunchpadActivity.BROADCAST_STICKY1);
320 Intent intent = new Intent(LaunchpadActivity.BROADCAST_STICKY1, null);
325 null, new Intent(LaunchpadActivity.BROADCAST_STICKY1, null),
329 IntentFilter filter = new IntentFilter(LaunchpadActivity.BROADCAST_STICKY1);
335 Intent intent = new Intent(LaunchpadActivity.BROADCAST_STICKY1, null);
343 IntentFilter filter = new IntentFilter(LaunchpadActivity.BROADCAST_STICKY1);
352 Intent intent = new Intent(LaunchpadActivity.BROADCAST_STICKY1, null)
    [all...]
LaunchpadActivity.java 113 public static final String BROADCAST_STICKY1 =
114 "com.android.frameworks.coretests.activity.BROADCAST_STICKY1";
297 } else if (BROADCAST_STICKY1.equals(action)) {
300 registerMyReceiver(new IntentFilter(BROADCAST_STICKY1));
305 IntentFilter filter = new IntentFilter(BROADCAST_STICKY1);
  /cts/tests/app/src/android/app/cts/
LaunchpadActivity.java 108 public static final String BROADCAST_STICKY1 = "android.app.cts.activity.BROADCAST_STICKY1";
352 } else if (BROADCAST_STICKY1.equals(action)) {
359 registerMyReceiver(new IntentFilter(BROADCAST_STICKY1));
368 final IntentFilter filter = new IntentFilter(BROADCAST_STICKY1);
  /cts/tests/tests/os/src/android/os/cts/
LaunchpadActivity.java 108 public static final String BROADCAST_STICKY1 = "android.os.cts.activity.BROADCAST_STICKY1";
352 } else if (BROADCAST_STICKY1.equals(action)) {
359 registerMyReceiver(new IntentFilter(BROADCAST_STICKY1));
368 final IntentFilter filter = new IntentFilter(BROADCAST_STICKY1);

Completed in 280 milliseconds