Searched refs:wpir (Results 1 – 2 of 2) sorted by relevance
188 WeakReference<PendingIntentRecord> wpir = it.next(); in removePendingIntentsForPackage() local189 if (wpir == null) { in removePendingIntentsForPackage()193 PendingIntentRecord pir = wpir.get(); in removePendingIntentsForPackage()
964 for (WeakReference<PendingIntentRecord> wpir : pendingResults) { in dump()965 PendingIntentRecord pir = wpir != null ? wpir.get() : null; in dump()