Searched refs:sAdapterService (Results 1 – 3 of 3) sorted by relevance
56 private static AdapterService sAdapterService; field in RemoteDevices114 sAdapterService = service; in RemoteDevices()133 sAdapterService.registerReceiver(mReceiver, filter); in init()141 sAdapterService.unregisterReceiver(mReceiver); in cleanup()195 for (BluetoothDevice device : sAdapterService.getBondedDevices()) { in addDeviceProperties()302 sAdapterService.setDevicePropertyNative(mAddress, in setAlias()307 sAdapterService.sendBroadcast(intent, AdapterService.BLUETOOTH_PERM); in setAlias()374 sAdapterService.sendBroadcast(intent, AdapterService.BLUETOOTH_ADMIN_PERM); in sendUuidIntent()459 sAdapterService.sendBroadcast(intent, AdapterService.BLUETOOTH_PERM); in sendBatteryLevelChangedBroadcast()515 sAdapterService.sendBroadcast(intent, sAdapterService.BLUETOOTH_PERM); in devicePropertyChangedCallback()[all …]
146 private static AdapterService sAdapterService; field in AdapterService149 Log.d(TAG, "getAdapterService() - returning " + sAdapterService); in getAdapterService()150 return sAdapterService; in getAdapterService()158 sAdapterService = instance; in setAdapterService()162 if (sAdapterService == current) { in clearAdapterService()163 sAdapterService = null; in clearAdapterService()
64 private static AdapterService sAdapterService; field in SdpManager210 sAdapterService = adapterService; in SdpManager()458 sAdapterService.sendBroadcast(intent, AdapterService.BLUETOOTH_ADMIN_PERM); in sendSdpIntent()