Searched refs:mDeathRecipient (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java81 private IBinder.DeathRecipient mDeathRecipient; field in class:ContextMap.App
106 mDeathRecipient = deathRecipient;
116 if (mDeathRecipient != null) {
119 binder.unlinkToDeath(mDeathRecipient,0);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DVideoProviderProxy.java83 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in class:VideoProviderProxy
108 mConectionServiceVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0);

Completed in 149 milliseconds