Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/AppB/src/android/server/wm/backgroundactivity/appb/
DStartPendingIntentReceiver.java19 …droid.server.wm.backgroundactivity.appb.Components.StartPendingIntentReceiver.PENDING_INTENT_EXTRA;
36 PendingIntent pendingIntent = intent.getParcelableExtra(PENDING_INTENT_EXTRA); in onReceive()
DComponents.java31 public static final String PENDING_INTENT_EXTRA = "PENDING_INTENT_EXTRA"; field in Components.StartPendingIntentReceiver
/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DSendPendingIntentReceiver.java25 …droid.server.wm.backgroundactivity.appb.Components.StartPendingIntentReceiver.PENDING_INTENT_EXTRA;
71 intent.putExtra(PENDING_INTENT_EXTRA, pendingIntent); in onReceive()