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

/frameworks/base/core/java/android/app/
H A DActivityThread.java342 List<ReferrerIntent> pendingIntents; field in class:ActivityThread.ActivityClientRecord
736 r.pendingIntents = pendingNewIntents;
3399 if (r.pendingIntents != null) {
3400 deliverNewIntents(r, r.pendingIntents);
3401 r.pendingIntents = null;
4315 if (r.pendingIntents != null) {
4316 r.pendingIntents.addAll(pendingNewIntents);
4318 r.pendingIntents = pendingNewIntents;
4340 target.pendingIntents = pendingNewIntents;
4510 if (tmp.pendingIntents !
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DConnectivityServiceTest.java2624 ArrayList<PendingIntent> pendingIntents = new ArrayList<PendingIntent>();
2630 pendingIntents.add(pendingIntent);
2635 for (PendingIntent pendingIntent : pendingIntents) {
2638 pendingIntents.clear();
2645 pendingIntents.add(pendingIntent);
2650 for (PendingIntent pendingIntent : pendingIntents) {
2653 pendingIntents.clear();

Completed in 6667 milliseconds