Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerTestBaseActivity.java102 filter.addAction(BleServerService.BLE_BLUETOOTH_DISABLED); in onResume()
182 case BleServerService.BLE_BLUETOOTH_DISABLED:
DBleClientTestBaseActivity.java128 filter.addAction(BleClientService.BLE_BLUETOOTH_DISABLED); in onResume()
216 case BleClientService.BLE_BLUETOOTH_DISABLED:
DBleClientService.java89 public static final String BLE_BLUETOOTH_DISABLED = field in BleClientService
640 Intent intent = new Intent(BLE_BLUETOOTH_DISABLED); in notifyBluetoothDisabled()
DBleServerService.java66 public static final String BLE_BLUETOOTH_DISABLED = field in BleServerService
273 Intent intent = new Intent(BLE_BLUETOOTH_DISABLED); in notifyBluetoothDisabled()