Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleCocServerTestBaseActivity.java88 filter.addAction(BleCocServerService.BLE_BLUETOOTH_MISMATCH_INSECURE); in onResume()
199 case BleCocServerService.BLE_BLUETOOTH_MISMATCH_INSECURE:
DBleCocClientTestBaseActivity.java95 filter.addAction(BleCocClientService.BLE_BLUETOOTH_MISMATCH_INSECURE); in onResume()
241 case BleCocClientService.BLE_BLUETOOTH_MISMATCH_INSECURE:
DBleServerTestBaseActivity.java122 filter.addAction(BleServerService.BLE_BLUETOOTH_MISMATCH_INSECURE); in onResume()
262 case BleServerService.BLE_BLUETOOTH_MISMATCH_INSECURE:
DBleClientTestBaseActivity.java129 filter.addAction(BleClientService.BLE_BLUETOOTH_MISMATCH_INSECURE); in onResume()
368 case BleClientService.BLE_BLUETOOTH_MISMATCH_INSECURE:
DBleCocClientService.java83 public static final String BLE_BLUETOOTH_MISMATCH_INSECURE = field in BleCocClientService
304 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_INSECURE); in notifyMismatchInsecure()
DBleClientService.java87 public static final String BLE_BLUETOOTH_MISMATCH_INSECURE = field in BleClientService
647 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_INSECURE); in notifyMismatchInsecure()
DBleCocServerService.java72 public static final String BLE_BLUETOOTH_MISMATCH_INSECURE = field in BleCocServerService
DBleServerService.java64 public static final String BLE_BLUETOOTH_MISMATCH_INSECURE = field in BleServerService