Searched defs:ServerDeathRecipient (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java304 class ServerDeathRecipient implements IBinder.DeathRecipient { class in class:GattService
307 public ServerDeathRecipient(int appIf) { method in class:GattService.ServerDeathRecipient
1663 app.linkToDeath(new ServerDeathRecipient(serverIf));

Completed in 38 milliseconds