Searched refs:mBluetoothManagerService (Results 1 – 2 of 2) sorted by relevance
56 private final BluetoothManagerService mBluetoothManagerService; field in BluetoothServiceBinder66 mBluetoothManagerService = bms; in BluetoothServiceBinder()85 IBluetooth bluetooth = mBluetoothManagerService.registerAdapter(callback); in registerAdapter()95 mBluetoothManagerService.unregisterAdapter(callback); in unregisterAdapter()116 return mBluetoothManagerService.enable(source.getPackageName()); in enable()141 return mBluetoothManagerService.enableNoAutoConnect(source.getPackageName()); in enableNoAutoConnect()166 return mBluetoothManagerService.disable(source.getPackageName(), persist); in disable()177 return mBluetoothManagerService.getState(); in getState()202 return mBluetoothManagerService.getAddress(); in getAddress()221 return mBluetoothManagerService.getName(); in getName()[all …]
27 private val mBluetoothManagerService: BluetoothManagerService constant33 mBluetoothManagerService = BluetoothManagerService(context, mHandlerThread.getLooper())38 mBluetoothManagerService.handleOnBootPhase(user.userHandle) in initialize()49 mBluetoothManagerService.getBinder() in onBootPhase()64 mBluetoothManagerService.onSwitchUser(to.userHandle) in onUserSwitching()69 mBluetoothManagerService.handleOnUnlockUser(user.userHandle) in onUserUnlocking()