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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityServerBaseActivity.java 65 startService(new Intent(this, BleConnectionPriorityServerService.class));
73 filter.addAction(BleConnectionPriorityServerService.ACTION_BLUETOOTH_DISABLED);
74 filter.addAction(BleConnectionPriorityServerService.ACTION_CONNECTION_WRITE_REQUEST);
75 filter.addAction(BleConnectionPriorityServerService.ACTION_FINICH_CONNECTION_PRIORITY_HIGHT);
76 filter.addAction(BleConnectionPriorityServerService.ACTION_FINICH_CONNECTION_PRIORITY_BALANCED);
77 filter.addAction(BleConnectionPriorityServerService.ACTION_FINICH_CONNECTION_PRIORITY_LOW);
80 filter.addAction(BleConnectionPriorityServerService.ACTION_START_CONNECTION_PRIORITY_TEST);
102 stopService(new Intent(this, BleConnectionPriorityServerService.class));
134 long average = intent.getLongExtra(BleConnectionPriorityServerService.EXTRA_AVERAGE, -1);
136 case BleConnectionPriorityServerService.ACTION_BLUETOOTH_DISABLED:
    [all...]
BleConnectionPriorityClientService.java 203 mPriority = BleConnectionPriorityServerService.CONNECTION_PRIORITY_BALANCED;
207 mPriority = BleConnectionPriorityServerService.CONNECTION_PRIORITY_HIGH;
211 mPriority = BleConnectionPriorityServerService.CONNECTION_PRIORITY_LOW_POWER;
215 mPriority = BleConnectionPriorityServerService.CONNECTION_PRIORITY_BALANCED;
249 case BleConnectionPriorityServerService.CONNECTION_PRIORITY_BALANCED:
252 case BleConnectionPriorityServerService.CONNECTION_PRIORITY_HIGH:
255 case BleConnectionPriorityServerService.CONNECTION_PRIORITY_LOW_POWER:
410 new ParcelUuid(BleConnectionPriorityServerService.ADV_SERVICE_UUID)).build());
BleConnectionPriorityServerService.java 45 public class BleConnectionPriorityServerService extends Service {
165 Intent intent = new Intent(BleConnectionPriorityServerService.ACTION_START_CONNECTION_PRIORITY_TEST);
304 if (BleConnectionPriorityServerService.CONNECTION_PRIORITY_HIGH.equals(mPriority)) {
BleEncryptedServerBaseActivity.java 96 stopService(new Intent(this, BleConnectionPriorityServerService.class));

Completed in 234 milliseconds