Searched refs:TokenDeathRecipient (Results 1 – 1 of 1) sorted by relevance
60 private final Map<IBinder, TokenDeathRecipient> mTokens = new HashMap<>();103 TokenDeathRecipient deathRecipient = new TokenDeathRecipient(token); in stopCarService()269 private class TokenDeathRecipient implements DeathRecipient { class in CarTestService272 TokenDeathRecipient(IBinder token) throws RemoteException { in TokenDeathRecipient() method in CarTestService.TokenDeathRecipient