HomeSort by relevance Sort by last modified time
    Searched refs:appDied (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseClient.java 33 boolean appDied;
ScanClient.java 40 boolean appDied;
AdvertiseManager.java 213 if (client.appDied) {
ScanManager.java 234 if (client.appDied) {
    [all...]
GattService.java 235 client.appDied = true;
239 client.appDied = true;
    [all...]

Completed in 82 milliseconds