Home
last modified time | relevance | path

Searched refs:EVENT_NOTIFIER_EXTRA (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DSendPendingIntentReceiver.java26 import static android.server.wm.backgroundactivity.common.CommonComponents.EVENT_NOTIFIER_EXTRA;
44 ResultReceiver eventNotifier = receivedIntent.getParcelableExtra(EVENT_NOTIFIER_EXTRA); in onReceive()
56 newIntent.putExtra(EVENT_NOTIFIER_EXTRA, eventNotifier); in onReceive()
72 intent.putExtra(EVENT_NOTIFIER_EXTRA, eventNotifier); in onReceive()
DStartBackgroundActivityReceiver.java20 import static android.server.wm.backgroundactivity.common.CommonComponents.EVENT_NOTIFIER_EXTRA;
36 ResultReceiver eventNotifier = intent.getParcelableExtra(EVENT_NOTIFIER_EXTRA); in onReceive()
/cts/tests/framework/base/windowmanager/backgroundactivity/AppB/src/android/server/wm/backgroundactivity/appb/
DStartPendingIntentReceiver.java20 import static android.server.wm.backgroundactivity.common.CommonComponents.EVENT_NOTIFIER_EXTRA;
37 ResultReceiver eventNotifier = intent.getParcelableExtra(EVENT_NOTIFIER_EXTRA); in onReceive()
/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DCommonComponents.java29 public static final String EVENT_NOTIFIER_EXTRA = "EVENT_NOTIFIER_EXTRA"; field in CommonComponents
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java40 import static android.server.wm.backgroundactivity.common.CommonComponents.EVENT_NOTIFIER_EXTRA;
499 intent.putExtra(EVENT_NOTIFIER_EXTRA, receiver.getNotifier()); in testDeviceOwner()
673 intent.putExtra(EVENT_NOTIFIER_EXTRA, eventNotifier); in sendPendingIntentBroadcast()