Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleCocServerTestBaseActivity.java91 filter.addAction(BleCocServerService.BLE_BLUETOOTH_DISABLED); in onResume()
150 case BleCocServerService.BLE_BLUETOOTH_DISABLED:
DBleCocClientTestBaseActivity.java93 filter.addAction(BleCocClientService.BLE_BLUETOOTH_DISABLED); in onResume()
239 case BleCocClientService.BLE_BLUETOOTH_DISABLED:
DBleServerTestBaseActivity.java104 filter.addAction(BleServerService.BLE_BLUETOOTH_DISABLED); in onResume()
186 case BleServerService.BLE_BLUETOOTH_DISABLED:
DBleClientTestBaseActivity.java130 filter.addAction(BleClientService.BLE_BLUETOOTH_DISABLED); in onResume()
224 case BleClientService.BLE_BLUETOOTH_DISABLED:
DBleCocServerService.java74 public static final String BLE_BLUETOOTH_DISABLED = field in BleCocServerService
233 Intent intent = new Intent(BLE_BLUETOOTH_DISABLED); in notifyBluetoothDisabled()
DBleCocClientService.java85 public static final String BLE_BLUETOOTH_DISABLED = field in BleCocClientService
308 Intent intent = new Intent(BLE_BLUETOOTH_DISABLED); in notifyBluetoothDisabled()
DBleClientService.java89 public static final String BLE_BLUETOOTH_DISABLED = field in BleClientService
696 Intent intent = new Intent(BLE_BLUETOOTH_DISABLED); in notifyBluetoothDisabled()
DBleServerService.java66 public static final String BLE_BLUETOOTH_DISABLED = field in BleServerService
285 Intent intent = new Intent(BLE_BLUETOOTH_DISABLED); in notifyBluetoothDisabled()