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.java90 filter.addAction(BleCocServerService.BLE_BLUETOOTH_MISMATCH_INSECURE); in onResume()
201 case BleCocServerService.BLE_BLUETOOTH_MISMATCH_INSECURE:
DBleServerTestBaseActivity.java126 filter.addAction(BleServerService.BLE_BLUETOOTH_MISMATCH_INSECURE); in onResume()
278 case BleServerService.BLE_BLUETOOTH_MISMATCH_INSECURE:
DBleCocClientTestBaseActivity.java95 filter.addAction(BleCocClientService.BLE_BLUETOOTH_MISMATCH_INSECURE); in onResume()
247 case BleCocClientService.BLE_BLUETOOTH_MISMATCH_INSECURE:
DBleClientTestBaseActivity.java144 filter.addAction(BleClientService.BLE_BLUETOOTH_MISMATCH_INSECURE); in onStart()
414 case BleClientService.BLE_BLUETOOTH_MISMATCH_INSECURE:
DBleCocClientService.java79 public static final String BLE_BLUETOOTH_MISMATCH_INSECURE = field in BleCocClientService
301 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_INSECURE); in notifyMismatchInsecure()
DBleCocServerService.java72 public static final String BLE_BLUETOOTH_MISMATCH_INSECURE = field in BleCocServerService
DBleClientService.java91 public static final String BLE_BLUETOOTH_MISMATCH_INSECURE = field in BleClientService
788 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_INSECURE); in notifyMismatchInsecure()
DBleServerService.java60 public static final String BLE_BLUETOOTH_MISMATCH_INSECURE = field in BleServerService