Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanClient.java36 public boolean appDied; field in ScanClient
DTransitionalScanHelper.java587 if (client.appDied) { in handleDeadScanClient()
591 client.appDied = true; in handleDeadScanClient()
1431 client.appDied = true; in binderDied()
DScanManager.java509 if (client.appDied) { in handleStopScan()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DTransitionalScanHelperTest.java340 assertThat(scanClient.appDied).isTrue(); in onScanResult_remoteException_clientDied()