Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java367 int mAppIf; field in GattService.ServerDeathRecipient
370 mAppIf = appIf; in ServerDeathRecipient()
376 Log.d(TAG, "Binder is dead - unregistering server (" + mAppIf + ")!"); in binderDied()
378 unregisterServer(mAppIf); in binderDied()
383 int mAppIf; field in GattService.ClientDeathRecipient
386 mAppIf = appIf; in ClientDeathRecipient()
392 Log.d(TAG, "Binder is dead - unregistering client (" + mAppIf + ")!"); in binderDied()
394 unregisterClient(mAppIf); in binderDied()