Home
last modified time | relevance | path

Searched refs:BleConnectionPriorityServerService (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleConnectionPriorityServerBaseActivity.java61 startService(new Intent(this, BleConnectionPriorityServerService.class)); in onCreate()
69 filter.addAction(BleConnectionPriorityServerService.ACTION_BLUETOOTH_DISABLED); in onResume()
70 filter.addAction(BleConnectionPriorityServerService.ACTION_CONNECTION_PRIORITY_FINISH); in onResume()
73 filter.addAction(BleConnectionPriorityServerService.ACTION_START_CONNECTION_PRIORITY_TEST); in onResume()
93 stopService(new Intent(this, BleConnectionPriorityServerService.class)); in onDestroy()
127 case BleConnectionPriorityServerService.ACTION_BLUETOOTH_DISABLED:
139 case BleConnectionPriorityServerService.ACTION_START_CONNECTION_PRIORITY_TEST:
142 case BleConnectionPriorityServerService.ACTION_CONNECTION_PRIORITY_FINISH:
DBleConnectionPriorityServerService.java45 public class BleConnectionPriorityServerService extends Service { class
128 …Intent intent = new Intent(BleConnectionPriorityServerService.ACTION_START_CONNECTION_PRIORITY_TES… in notifyTestStart()
DBleEncryptedServerBaseActivity.java98 stopService(new Intent(this, BleConnectionPriorityServerService.class)); in onDestroy()
DBleConnectionPriorityClientService.java313 new ParcelUuid(BleConnectionPriorityServerService.ADV_SERVICE_UUID)).build()); in startScan()