HomeSort by relevance Sort by last modified time
    Searched refs:BLE_BLUETOOTH_MISMATCH_SECURE (Results 1 - 8 of 8) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleCocServerTestBaseActivity.java 87 filter.addAction(BleCocServerService.BLE_BLUETOOTH_MISMATCH_SECURE);
196 case BleCocServerService.BLE_BLUETOOTH_MISMATCH_SECURE:
BleCocClientTestBaseActivity.java 94 filter.addAction(BleCocClientService.BLE_BLUETOOTH_MISMATCH_SECURE);
237 case BleCocClientService.BLE_BLUETOOTH_MISMATCH_SECURE:
BleServerTestBaseActivity.java 121 filter.addAction(BleServerService.BLE_BLUETOOTH_MISMATCH_SECURE);
259 case BleServerService.BLE_BLUETOOTH_MISMATCH_SECURE:
BleClientTestBaseActivity.java 128 filter.addAction(BleClientService.BLE_BLUETOOTH_MISMATCH_SECURE);
365 case BleClientService.BLE_BLUETOOTH_MISMATCH_SECURE:
BleCocClientService.java 81 public static final String BLE_BLUETOOTH_MISMATCH_SECURE =
82 "com.android.cts.verifier.bluetooth.BLE_BLUETOOTH_MISMATCH_SECURE";
299 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE);
BleCocServerService.java 70 public static final String BLE_BLUETOOTH_MISMATCH_SECURE =
71 "com.android.cts.verifier.bluetooth.BLE_BLUETOOTH_MISMATCH_SECURE";
238 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE);
BleClientService.java 85 public static final String BLE_BLUETOOTH_MISMATCH_SECURE =
86 "com.android.cts.verifier.bluetooth.BLE_BLUETOOTH_MISMATCH_SECURE";
642 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE);
    [all...]
BleServerService.java 62 public static final String BLE_BLUETOOTH_MISMATCH_SECURE =
63 "com.android.cts.verifier.bluetooth.BLE_BLUETOOTH_MISMATCH_SECURE";
278 Intent intent = new Intent(BLE_BLUETOOTH_MISMATCH_SECURE);
    [all...]

Completed in 212 milliseconds