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

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DConnectivityServiceTest.java1825 ArrayList<PendingIntent> pendingIntents = new ArrayList<PendingIntent>();
1831 pendingIntents.add(pendingIntent);
1836 for (PendingIntent pendingIntent : pendingIntents) {
1839 pendingIntents.clear();
1846 pendingIntents.add(pendingIntent);
1851 for (PendingIntent pendingIntent : pendingIntents) {
1854 pendingIntents.clear();
/frameworks/base/core/java/android/app/
H A DActivityThread.java339 List<ReferrerIntent> pendingIntents; field in class:ActivityThread.ActivityClientRecord
731 r.pendingIntents = pendingNewIntents;
3369 if (r.pendingIntents != null) {
3370 deliverNewIntents(r, r.pendingIntents);
3371 r.pendingIntents = null;
4278 if (r.pendingIntents != null) {
4279 r.pendingIntents.addAll(pendingNewIntents);
4281 r.pendingIntents = pendingNewIntents;
4303 target.pendingIntents = pendingNewIntents;
4473 if (tmp.pendingIntents !
[all...]

Completed in 684 milliseconds