Searched refs:BleConnectionPriorityServerService (Results 1 – 4 of 4) sorted by relevance
61 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:
45 public class BleConnectionPriorityServerService extends Service { class128 …Intent intent = new Intent(BleConnectionPriorityServerService.ACTION_START_CONNECTION_PRIORITY_TES… in notifyTestStart()
98 stopService(new Intent(this, BleConnectionPriorityServerService.class)); in onDestroy()
313 new ParcelUuid(BleConnectionPriorityServerService.ADV_SERVICE_UUID)).build()); in startScan()