Searched refs:EVENT_NOTIFIER_EXTRA (Results 1 – 6 of 6) sorted by relevance
19 import static android.server.wm.backgroundactivity.common.CommonComponents.EVENT_NOTIFIER_EXTRA;32 ResultReceiver receiver = getIntent().getParcelableExtra(EVENT_NOTIFIER_EXTRA, in onCreate()
19 import static android.server.wm.backgroundactivity.common.CommonComponents.EVENT_NOTIFIER_EXTRA;40 ResultReceiver eventNotifier = intent.getParcelableExtra(EVENT_NOTIFIER_EXTRA); in onReceive()
19 import static android.server.wm.backgroundactivity.common.CommonComponents.EVENT_NOTIFIER_EXTRA;40 mResultReceiver = getIntent().getParcelableExtra(EVENT_NOTIFIER_EXTRA, in onCreate()
19 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()
29 public static final String EVENT_NOTIFIER_EXTRA = "EVENT_NOTIFIER_EXTRA"; field in CommonComponents
25 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()