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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityServerBaseActivity.java 80 filter.addAction(BleConnectionPriorityServerService.ACTION_START_CONNECTION_PRIORITY_TEST);
148 case BleConnectionPriorityServerService.ACTION_START_CONNECTION_PRIORITY_TEST:
BleConnectionPriorityServerService.java 69 public static final String ACTION_START_CONNECTION_PRIORITY_TEST =
70 "com.android.cts.verifier.bluetooth.action.ACTION_START_CONNECTION_PRIORITY_TEST";
165 Intent intent = new Intent(BleConnectionPriorityServerService.ACTION_START_CONNECTION_PRIORITY_TEST);

Completed in 273 milliseconds