Searched defs:ServerDeathRecipient (Results 1 - 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ | ||
H A D | GattService.java | 204 class ServerDeathRecipient implements IBinder.DeathRecipient { class in class:GattService 207 public ServerDeathRecipient(int appIf) { method in class:GattService.ServerDeathRecipient 1157 app.linkToDeath(new ServerDeathRecipient(serverIf)); |
Completed in 41 milliseconds