Searched refs:wpir (Results 1 – 2 of 2) sorted by relevance
227 WeakReference<PendingIntentRecord> wpir = it.next(); in removePendingIntentsForPackage() local228 if (wpir == null) { in removePendingIntentsForPackage()232 PendingIntentRecord pir = wpir.get(); in removePendingIntentsForPackage()
1188 for (WeakReference<PendingIntentRecord> wpir : pendingResults) { in dump()1189 PendingIntentRecord pir = wpir != null ? wpir.get() : null; in dump()