Searched refs:PENDING_INTENT_EXTRA (Results 1 – 3 of 3) sorted by relevance
19 …droid.server.wm.backgroundactivity.appb.Components.StartPendingIntentReceiver.PENDING_INTENT_EXTRA;36 PendingIntent pendingIntent = intent.getParcelableExtra(PENDING_INTENT_EXTRA); in onReceive()
31 public static final String PENDING_INTENT_EXTRA = "PENDING_INTENT_EXTRA"; field in Components.StartPendingIntentReceiver
25 …droid.server.wm.backgroundactivity.appb.Components.StartPendingIntentReceiver.PENDING_INTENT_EXTRA;71 intent.putExtra(PENDING_INTENT_EXTRA, pendingIntent); in onReceive()