Home
last modified time | relevance | path

Searched defs:eventNotifier (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/backgroundactivity/AppB/src/android/server/wm/backgroundactivity/appb/
DStartPendingIntentReceiver.java43 ResultReceiver eventNotifier = intent.getParcelableExtra(EVENT_NOTIFIER_EXTRA); in onReceive() local
/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DStartBackgroundActivityReceiver.java37 ResultReceiver eventNotifier = intent.getParcelableExtra(EVENT_NOTIFIER_EXTRA); in onReceive() local
DSendPendingIntentReceiver.java78 ResultReceiver eventNotifier = receivedIntent.getParcelableExtra(EVENT_NOTIFIER_EXTRA); in onReceive() local
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java1134 @Nullable ResultReceiver eventNotifier) { in sendPendingIntentBroadcast()
1139 @Nullable ResultReceiver eventNotifier, boolean allowBalFromStartingApp) { in sendPendingIntentBroadcast()