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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleCocServerTestBaseActivity.java 82 filter.addAction(BleCocServerService.BLE_CONNECTION_TYPE_CHECKED);
169 case BleCocServerService.BLE_CONNECTION_TYPE_CHECKED:
BleCocClientTestBaseActivity.java 86 filter.addAction(BleCocClientService.BLE_CONNECTION_TYPE_CHECKED);
194 case BleCocClientService.BLE_CONNECTION_TYPE_CHECKED:
BleCocClientService.java 70 public static final String BLE_CONNECTION_TYPE_CHECKED =
71 "com.android.cts.verifier.bluetooth.BLE_CONNECTION_TYPE_CHECKED";
640 Intent intent = new Intent(BLE_CONNECTION_TYPE_CHECKED);
BleCocServerService.java 95 public static final String BLE_CONNECTION_TYPE_CHECKED =
96 "com.android.cts.verifier.bluetooth.BLE_CONNECTION_TYPE_CHECKED";
535 Intent intent = new Intent(BLE_CONNECTION_TYPE_CHECKED);

Completed in 1963 milliseconds