Searched refs:deathRec (Results 1 – 1 of 1) sorted by relevance
667 ClientDeathRecipient deathRec = entry.getValue(); in binderDied() local668 if (deathRec.equals(this)) { in binderDied()756 ClientDeathRecipient deathRec = new ClientDeathRecipient(packageName); in updateBleAppCount() local758 token.linkToDeath(deathRec, 0); in updateBleAppCount()762 mBleApps.put(token, deathRec); in updateBleAppCount()