Home
last modified time | relevance | path

Searched refs:ACTION_BLUETOOTH_MISMATCH_INSECURE (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleConnectionPriorityClientBaseActivity.java87 filter.addAction(BleConnectionPriorityClientService.ACTION_BLUETOOTH_MISMATCH_INSECURE); in onResume()
229 case BleConnectionPriorityClientService.ACTION_BLUETOOTH_MISMATCH_INSECURE:
DBleConnectionPriorityClientService.java62 public static final String ACTION_BLUETOOTH_MISMATCH_INSECURE = field in BleConnectionPriorityClientService
335 Intent intent = new Intent(ACTION_BLUETOOTH_MISMATCH_INSECURE); in notifyMismatchInsecure()