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.java366 int mAppIf; field in GattService.ServerDeathRecipient
369 mAppIf = appIf; in ServerDeathRecipient()
375 Log.d(TAG, "Binder is dead - unregistering server (" + mAppIf + ")!"); in binderDied()
377 unregisterServer(mAppIf); in binderDied()
382 int mAppIf; field in GattService.ClientDeathRecipient
385 mAppIf = appIf; in ClientDeathRecipient()
391 Log.d(TAG, "Binder is dead - unregistering client (" + mAppIf + ")!"); in binderDied()
393 unregisterClient(mAppIf); in binderDied()