Searched refs:pendingIntents (Results 1 – 1 of 1) sorted by relevance
309 List<ReferrerIntent> pendingIntents; field in ActivityThread.ActivityClientRecord652 r.pendingIntents = pendingNewIntents; in scheduleLaunchActivity()3084 if (r.pendingIntents != null) { in performResumeActivity()3085 deliverNewIntents(r, r.pendingIntents); in performResumeActivity()3086 r.pendingIntents = null; in performResumeActivity()3926 if (r.pendingIntents != null) { in requestRelaunchActivity()3927 r.pendingIntents.addAll(pendingNewIntents); in requestRelaunchActivity()3929 r.pendingIntents = pendingNewIntents; in requestRelaunchActivity()3940 target.pendingIntents = pendingNewIntents; in requestRelaunchActivity()4067 if (tmp.pendingIntents != null) { in handleRelaunchActivity()[all …]