Home
last modified time | relevance | path

Searched refs:getMostRecentlyConnectedDevices (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DSavedBluetoothDeviceUpdaterTest.java184 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_findCachedBluetoothDeviceIsMatched_addPreference()
202 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_findCachedBluetoothDeviceNotMatched_removePreference()
219 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_notFindCachedBluetoothDevice_doNothing()
257 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_deviceNotContain_removePreference()
276 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_deviceIsSubDevice_doesNothing()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java511 mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnectionHeadset()
524 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnectionHeadset()
536 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnectionHeadset()
563 mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
576 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
590 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
604 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
620 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
636 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
652 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
[all …]
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowBluetoothAdapter.java65 protected List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in ShadowBluetoothAdapter
/packages/apps/Settings/src/com/android/settings/bluetooth/
DSavedBluetoothDeviceUpdater.java64 mBluetoothAdapter.getMostRecentlyConnectedDevices(); in forceUpdate()
/packages/apps/Settings/src/com/android/settings/connecteddevice/
DSavedDeviceGroupController.java151 for (BluetoothDevice device : mBluetoothAdapter.getMostRecentlyConnectedDevices()) { in updatePreferenceGroup()
DPreviouslyConnectedDevicePreferenceController.java178 for (BluetoothDevice device : mBluetoothAdapter.getMostRecentlyConnectedDevices()) { in updatePreferenceGroup()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
DSavedDeviceGroupControllerTest.java122 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()) in setUp()
DPreviouslyConnectedDevicePreferenceControllerTest.java159 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()) in setUp()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingCallAudioPreferenceController.java446 .getMostRecentlyConnectedDevices(); in logCallAudioDeviceChange()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcastServiceTest.java1498 when(mDatabaseManager.getMostRecentlyConnectedDevices()).thenReturn(devices); in testOnBroadcastToUnicastFallbackGroupChanged()
1562 when(mDatabaseManager.getMostRecentlyConnectedDevices()).thenReturn(devices); in testManageBroadcastToUnicastFallbackGroup()
1632 when(mDatabaseManager.getMostRecentlyConnectedDevices()).thenReturn(devices); in testSetDefaultBroadcastToUnicastFallbackGroup()
DLeAudioServiceTest.java1370 when(mDatabaseManager.getMostRecentlyConnectedDevices()).thenReturn(devices); in testUpdateUnicastFallbackActiveDeviceGroupDuringBroadcast()
3154 when(mDatabaseManager.getMostRecentlyConnectedDevices()).thenReturn(devices); in testManageBroadcastToUnicastFallbackGroup()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl250 List<BluetoothDevice> getMostRecentlyConnectedDevices(in AttributionSource attributionSource); in getMostRecentlyConnectedDevices() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterServiceBinder.java407 public List<BluetoothDevice> getMostRecentlyConnectedDevices(AttributionSource source) { in getMostRecentlyConnectedDevices() method in AdapterServiceBinder
418 return service.getDatabaseManager().getMostRecentlyConnectedDevices(); in getMostRecentlyConnectedDevices()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java754 public List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in DatabaseManager
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2716 public @NonNull List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in BluetoothAdapter
2724 mService.getMostRecentlyConnectedDevices(mAttributionSource), in getMostRecentlyConnectedDevices()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java903 List<BluetoothDevice> devices = dbManager.getMostRecentlyConnectedDevices(); in setDefaultBroadcastToUnicastFallbackGroup()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt121 …LEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getMostRecentlyConnectedDevices();