Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DStartNextMatchingActivity.java19 import static android.server.wm.backgroundactivity.common.CommonComponents.EVENT_NOTIFIER_EXTRA;
32 ResultReceiver receiver = getIntent().getParcelableExtra(EVENT_NOTIFIER_EXTRA, in onCreate()
DSimpleBroadcastReceiver.java19 import static android.server.wm.backgroundactivity.common.CommonComponents.EVENT_NOTIFIER_EXTRA;
40 ResultReceiver eventNotifier = intent.getParcelableExtra(EVENT_NOTIFIER_EXTRA); in onReceive()
DWidgetConfigTestActivity.java19 import static android.server.wm.backgroundactivity.common.CommonComponents.EVENT_NOTIFIER_EXTRA;
40 mResultReceiver = getIntent().getParcelableExtra(EVENT_NOTIFIER_EXTRA, in onCreate()
/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DTestService.java19 import static android.server.wm.backgroundactivity.common.CommonComponents.EVENT_NOTIFIER_EXTRA;
58 intent.putExtra(EVENT_NOTIFIER_EXTRA, resultReceiver); in generatePendingIntent()
70 intent.putExtra(EVENT_NOTIFIER_EXTRA, resultReceiver); in generatePendingIntentBroadcast()
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.java25 import static android.server.wm.backgroundactivity.common.CommonComponents.EVENT_NOTIFIER_EXTRA;
158 intent.putExtra(EVENT_NOTIFIER_EXTRA, receiver.getNotifier()); in testBackgroundActivityBlockedInStartNextMatchingActivity()
1219 intent.putExtra(EVENT_NOTIFIER_EXTRA, resultReceiver); in clickAllowBindWidget()
1401 intent.putExtra(EVENT_NOTIFIER_EXTRA, receiver.getNotifier()); in sendBroadcastAndWait()