Searched refs:wpir (Results 1 – 2 of 2) sorted by relevance
203 WeakReference<PendingIntentRecord> wpir = it.next(); in removePendingIntentsForPackage() local204 if (wpir == null) { in removePendingIntentsForPackage()208 PendingIntentRecord pir = wpir.get(); in removePendingIntentsForPackage()
1132 for (WeakReference<PendingIntentRecord> wpir : pendingResults) { in dump()1133 PendingIntentRecord pir = wpir != null ? wpir.get() : null; in dump()