Searched refs:bluetoothDevices (Results 1 – 7 of 7) sorted by relevance
211 final List<BluetoothDevice> bluetoothDevices = new ArrayList<>(); in forceUpdate_findCachedBluetoothDeviceIsMatched_addPreference() local212 bluetoothDevices.add(mBluetoothDevice); in forceUpdate_findCachedBluetoothDeviceIsMatched_addPreference()215 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_findCachedBluetoothDeviceIsMatched_addPreference()229 final List<BluetoothDevice> bluetoothDevices = new ArrayList<>(); in forceUpdate_findCachedBluetoothDeviceNotMatched_removePreference() local230 bluetoothDevices.add(mBluetoothDevice); in forceUpdate_findCachedBluetoothDeviceNotMatched_removePreference()233 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_findCachedBluetoothDeviceNotMatched_removePreference()246 final List<BluetoothDevice> bluetoothDevices = new ArrayList<>(); in forceUpdate_notFindCachedBluetoothDevice_doNothing() local247 bluetoothDevices.add(mBluetoothDevice); in forceUpdate_notFindCachedBluetoothDevice_doNothing()250 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_notFindCachedBluetoothDevice_doNothing()277 final List<BluetoothDevice> bluetoothDevices = new ArrayList<>(); in forceUpdate_deviceNotContain_removePreference() local[all …]
64 final List<BluetoothDevice> bluetoothDevices = in forceUpdate() local66 removePreferenceIfNecessary(bluetoothDevices, cachedManager); in forceUpdate()67 for (BluetoothDevice device : bluetoothDevices) { in forceUpdate()78 private void removePreferenceIfNecessary(List<BluetoothDevice> bluetoothDevices, in removePreferenceIfNecessary() argument81 if (!bluetoothDevices.contains(device)) { in removePreferenceIfNecessary()
101 List<BluetoothDevice> bluetoothDevices = new ArrayList<>(); in networkStartReverseTetherStop() local103 bluetoothDevices.add(bluetoothDevice); in networkStartReverseTetherStop()105 when(mPanService.getConnectedDevices()).thenReturn(bluetoothDevices); in networkStartReverseTetherStop()
285 List<BluetoothDevice> bluetoothDevices = in getConnectedBluetoothDevices() local298 Log.d(TAG, "getConnectedBluetoothDevices() devices: " + bluetoothDevices); in getConnectedBluetoothDevices()299 return bluetoothDevices; in getConnectedBluetoothDevices()
147 List<CachedBluetoothDevice> bluetoothDevices = in updateAudioRoutesList() local149 for (CachedBluetoothDevice bluetoothDevice : bluetoothDevices) { in updateAudioRoutesList()
741 bluetoothDevices -> { in setupViewModelObservers()742 recyclerViewAdapter.updateLeAudioDeviceList(bluetoothDevices); in setupViewModelObservers()
337 BluetoothDevice[] bluetoothDevices = new BluetoothDevice[] {testDevice}; in getDevicesMatchingConnectionStates() local338 doReturn(bluetoothDevices).when(mAdapterService).getBondedDevices(); in getDevicesMatchingConnectionStates()