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

/frameworks/base/core/java/android/app/
H A DActivityThread.java293 List<Intent> pendingIntents; field in class:ActivityThread.ActivityClientRecord
627 r.pendingIntents = pendingNewIntents;
2932 if (r.pendingIntents != null) {
2933 deliverNewIntents(r, r.pendingIntents);
2934 r.pendingIntents = null;
3766 if (r.pendingIntents != null) {
3767 r.pendingIntents.addAll(pendingNewIntents);
3769 r.pendingIntents = pendingNewIntents;
3780 target.pendingIntents = pendingNewIntents;
3903 if (tmp.pendingIntents !
[all...]

Completed in 50 milliseconds