Searched refs:linkToDeath (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java81 void linkToDeath(IBinder.DeathRecipient deathRecipient) { method in class:ContextMap.App
84 binder.linkToDeath(deathRecipient, 0);
H A DGattService.java548 app.linkToDeath(new ClientDeathRecipient(clientIf));
1157 app.linkToDeath(new ServerDeathRecipient(serverIf));
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java175 binder.linkToDeath(appInfo.mRcpObj,0);
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java1104 binder.linkToDeath(mReaderModeDeathRecipient, 0);
1646 b.linkToDeath(mOpenEe, 0);

Completed in 195 milliseconds