Home
last modified time | relevance | path

Searched refs:BROADCAST_LOCAL (Results 1 – 2 of 2) sorted by relevance

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