Searched refs:BROADCAST_STICKY1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DBroadcastTest.java60 public static final String BROADCAST_STICKY1 = field in class:BroadcastTest
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, nul
[all...]
H A DLaunchpadActivity.java113 public static final String BROADCAST_STICKY1 = field in class:LaunchpadActivity
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);

Completed in 88 milliseconds