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

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadActivity.java104 public static final String BROADCAST_ALL = field in class:LaunchpadActivity
105 "com.android.frameworks.coretests.activity.BROADCAST_ALL";
260 } else if (BROADCAST_ALL.equals(action)) {
263 registerMyReceiver(new IntentFilter(BROADCAST_ALL));
265 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null);
278 registerMyReceiver(new IntentFilter(BROADCAST_ALL));
280 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null);
281 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null);
282 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null);
287 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), nul
[all...]
H A DBroadcastTest.java53 public static final String BROADCAST_ALL = field in class:BroadcastTest
54 "com.android.frameworks.coretests.activity.BROADCAST_ALL";
252 runLaunchpad(LaunchpadActivity.BROADCAST_ALL);

Completed in 61 milliseconds