Searched refs:pendingIntents (Results 1 – 3 of 3) sorted by relevance
1706 private static void notifySmsError(List<PendingIntent> pendingIntents, int error) { in notifySmsError() argument1707 if (pendingIntents != null) { in notifySmsError()1708 for (PendingIntent pendingIntent : pendingIntents) { in notifySmsError()
580 List<ReferrerIntent> pendingIntents; field in ActivityThread.ActivityClientRecord637 this.pendingIntents = pendingNewIntents; in ActivityClientRecord()4743 if (r.pendingIntents != null) { in performResumeActivity()4744 deliverNewIntents(r, r.pendingIntents); in performResumeActivity()4745 r.pendingIntents = null; in performResumeActivity()5504 if (r.pendingIntents != null) { in prepareRelaunchActivity()5505 r.pendingIntents.addAll(pendingNewIntents); in prepareRelaunchActivity()5507 r.pendingIntents = pendingNewIntents; in prepareRelaunchActivity()5519 target.pendingIntents = pendingNewIntents; in prepareRelaunchActivity()5633 handleRelaunchActivityInner(r, configChanges, tmp.pendingResults, tmp.pendingIntents, in handleRelaunchActivity()[all …]
1873 Landroid/app/ActivityThread$ActivityClientRecord;->pendingIntents:Ljava/util/List;