Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAdvertiseClient.java33 boolean appDied; field in AdvertiseClient
DScanClient.java40 boolean appDied; field in ScanClient
DAdvertiseManager.java211 if (client.appDied) { in handleStopAdvertising()
DScanManager.java226 if (client.appDied) { in handleStopScan()
DGattService.java219 client.appDied = true; in binderDied()
223 client.appDied = true; in binderDied()