Searched refs:deathRec (Results 1 – 1 of 1) sorted by relevance
877 ClientDeathRecipient deathRec = entry.getValue(); in binderDied() local878 if (deathRec.equals(this)) { in binderDied()981 ClientDeathRecipient deathRec = new ClientDeathRecipient(packageName); in updateBleAppCount() local983 token.linkToDeath(deathRec, 0); in updateBleAppCount()987 mBleApps.put(token, deathRec); in updateBleAppCount()