Searched defs:pendingIntents (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityThread.java309 List<ReferrerIntent> pendingIntents; field in class:ActivityThread.ActivityClientRecord
652 r.pendingIntents = pendingNewIntents;
3084 if (r.pendingIntents != null) {
3085 deliverNewIntents(r, r.pendingIntents);
3086 r.pendingIntents = null;
3926 if (r.pendingIntents != null) {
3927 r.pendingIntents.addAll(pendingNewIntents);
3929 r.pendingIntents = pendingNewIntents;
3940 target.pendingIntents = pendingNewIntents;
4067 if (tmp.pendingIntents !
[all...]

Completed in 60 milliseconds