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()
586 List<ReferrerIntent> pendingIntents; field in ActivityThread.ActivityClientRecord643 this.pendingIntents = pendingNewIntents; in ActivityClientRecord()4806 if (r.pendingIntents != null) { in performResumeActivity()4807 deliverNewIntents(r, r.pendingIntents); in performResumeActivity()4808 r.pendingIntents = null; in performResumeActivity()5574 if (r.pendingIntents != null) { in prepareRelaunchActivity()5589 target.pendingIntents = pendingNewIntents; in prepareRelaunchActivity()5801 if (pendingIntents != null) { in handleRelaunchActivityInner()5802 if (r.pendingIntents == null) { in handleRelaunchActivityInner()5803 r.pendingIntents = pendingIntents; in handleRelaunchActivityInner()[all …]
1873 Landroid/app/ActivityThread$ActivityClientRecord;->pendingIntents:Ljava/util/List;