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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanServiceImpl.java49 private final SparseArray<IBinder.DeathRecipient> mDeathRecipientsByUid = new SparseArray<>(); field in class:WifiNanServiceImpl
90 mDeathRecipientsByUid.delete(uid);
97 mDeathRecipientsByUid.put(uid, dr);
118 IBinder.DeathRecipient dr = mDeathRecipientsByUid.get(uid);
121 mDeathRecipientsByUid.delete(uid);
234 pw.println(" mDeathRecipientsByUid: " + mDeathRecipientsByUid);

Completed in 117 milliseconds