Searched refs:managerService (Results 1 – 6 of 6) sorted by relevance
196 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in getDevicesMatchingConnectionStates() local197 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates()298 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in openGattServer() local299 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer()
2546 IBluetoothManager managerService = adapter.getBluetoothManager(); in connectGatt() local2548 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt()
808 BluetoothAdapter(IBluetoothManager managerService, AttributionSource attributionSource) { in BluetoothAdapter() argument809 mManagerService = Objects.requireNonNull(managerService); in BluetoothAdapter()
58 IVoiceInteractionManagerService managerService, in SoftwareHotwordDetector() argument63 super(managerService, callback); in SoftwareHotwordDetector()65 mManagerService = managerService; in SoftwareHotwordDetector()
49 IVoiceInteractionManagerService managerService, in AbstractHotwordDetector() argument51 mManagerService = managerService; in AbstractHotwordDetector()
106 public void onAirplaneModeChanged(BluetoothManagerService managerService) { in onAirplaneModeChanged() argument107 managerService.onAirplaneModeChanged(); in onAirplaneModeChanged()