Searched refs:pendingIntents (Results 1 – 3 of 3) sorted by relevance
1570 private static void notifySmsError(List<PendingIntent> pendingIntents, int error) { in notifySmsError() argument1571 if (pendingIntents != null) { in notifySmsError()1572 for (PendingIntent pendingIntent : pendingIntents) { in notifySmsError()
513 List<ReferrerIntent> pendingIntents; field in ActivityThread.ActivityClientRecord552 this.pendingIntents = pendingNewIntents; in ActivityClientRecord()4227 if (r.pendingIntents != null) { in performResumeActivity()4228 deliverNewIntents(r, r.pendingIntents); in performResumeActivity()4229 r.pendingIntents = null; in performResumeActivity()5100 if (r.pendingIntents != null) { in prepareRelaunchActivity()5101 r.pendingIntents.addAll(pendingNewIntents); in prepareRelaunchActivity()5103 r.pendingIntents = pendingNewIntents; in prepareRelaunchActivity()5115 target.pendingIntents = pendingNewIntents; in prepareRelaunchActivity()5227 handleRelaunchActivityInner(r, configChanges, tmp.pendingResults, tmp.pendingIntents, in handleRelaunchActivity()[all …]
1873 Landroid/app/ActivityThread$ActivityClientRecord;->pendingIntents:Ljava/util/List;