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

/frameworks/base/core/java/android/app/
H A DActivityThread.java290 List<Intent> pendingIntents; field in class:ActivityThread.ActivityClientRecord
610 r.pendingIntents = pendingNewIntents;
2724 if (r.pendingIntents != null) {
2725 deliverNewIntents(r, r.pendingIntents);
2726 r.pendingIntents = null;
3545 if (r.pendingIntents != null) {
3546 r.pendingIntents.addAll(pendingNewIntents);
3548 r.pendingIntents = pendingNewIntents;
3559 target.pendingIntents = pendingNewIntents;
3683 if (tmp.pendingIntents !
[all...]

Completed in 64 milliseconds