Home
last modified time | relevance | path

Searched refs:IS_BROADCAST_EXTRA (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DSendPendingIntentReceiver.java22 … android.server.wm.backgroundactivity.appa.Components.SendPendingIntentReceiver.IS_BROADCAST_EXTRA;
42 boolean isBroadcast = receivedIntent.getBooleanExtra(IS_BROADCAST_EXTRA, false); in onReceive()
DComponents.java59 public static final String IS_BROADCAST_EXTRA = "IS_BROADCAST_EXTRA"; field in Components.SendPendingIntentReceiver
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java37 … android.server.wm.backgroundactivity.appa.Components.SendPendingIntentReceiver.IS_BROADCAST_EXTRA;
662 intent.putExtra(IS_BROADCAST_EXTRA, false); in sendPendingIntentActivity()
669 intent.putExtra(IS_BROADCAST_EXTRA, true); in sendPendingIntentBroadcast()