Searched refs:deathRec (Results 1 – 1 of 1) sorted by relevance
739 ClientDeathRecipient deathRec = entry.getValue(); in binderDied() local740 if (deathRec.equals(this)) { in binderDied()822 ClientDeathRecipient deathRec = new ClientDeathRecipient(packageName); in updateBleAppCount() local824 token.linkToDeath(deathRec, 0); in updateBleAppCount()828 mBleApps.put(token, deathRec); in updateBleAppCount()