Searched refs:wpir (Results 1 – 2 of 2) sorted by relevance
163 WeakReference<PendingIntentRecord> wpir = it.next(); in removePendingIntentsForPackage() local164 if (wpir == null) { in removePendingIntentsForPackage()168 PendingIntentRecord pir = wpir.get(); in removePendingIntentsForPackage()
521 for (WeakReference<PendingIntentRecord> wpir : pendingResults) { in dump()522 PendingIntentRecord pir = wpir != null ? wpir.get() : null; in dump()