Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleButtonActivity.java57 mFilter = BleClientService.BLE_BLUETOOTH_DISCONNECTED; in BleButtonActivity()
DBleClientTestBaseActivity.java111 filter.addAction(BleClientService.BLE_BLUETOOTH_DISCONNECTED); in onResume()
349 case BleClientService.BLE_BLUETOOTH_DISCONNECTED:
DBleClientService.java93 public static final String BLE_BLUETOOTH_DISCONNECTED = field in BleClientService
652 Intent intent = new Intent(BLE_BLUETOOTH_DISCONNECTED); in notifyDisconnected()