Home
last modified time | relevance | path

Searched refs:TokenDeathRecipient (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarTestService.java47 private final Map<IBinder, TokenDeathRecipient> mTokens = new HashMap<>();
83 TokenDeathRecipient deathRecipient = new TokenDeathRecipient(token); in stopCarService()
114 private class TokenDeathRecipient implements DeathRecipient { class in CarTestService
117 TokenDeathRecipient(IBinder token) throws RemoteException { in TokenDeathRecipient() method in CarTestService.TokenDeathRecipient