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()385 sAdapterService.sendBroadcast(intent, AdapterService.BLUETOOTH_ADMIN_PERM); in sendUuidIntent()470 sAdapterService.sendBroadcast(intent, AdapterService.BLUETOOTH_PERM); in sendBatteryLevelChangedBroadcast()526 sAdapterService.sendBroadcast(intent, sAdapterService.BLUETOOTH_PERM); in devicePropertyChangedCallback()[all …]
173 private static AdapterService sAdapterService; field in AdapterService176 Log.d(TAG, "getAdapterService() - returning " + sAdapterService); in getAdapterService()177 return sAdapterService; in getAdapterService()185 sAdapterService = instance; in setAdapterService()189 if (sAdapterService == current) { in clearAdapterService()190 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()