/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | SavedBluetoothDeviceUpdaterTest.java | 184 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/ |
D | DatabaseManagerTest.java | 511 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/ |
D | ShadowBluetoothAdapter.java | 65 protected List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in ShadowBluetoothAdapter
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | SavedBluetoothDeviceUpdater.java | 64 mBluetoothAdapter.getMostRecentlyConnectedDevices(); in forceUpdate()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/ |
D | SavedDeviceGroupController.java | 151 for (BluetoothDevice device : mBluetoothAdapter.getMostRecentlyConnectedDevices()) { in updatePreferenceGroup()
|
D | PreviouslyConnectedDevicePreferenceController.java | 178 for (BluetoothDevice device : mBluetoothAdapter.getMostRecentlyConnectedDevices()) { in updatePreferenceGroup()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/ |
D | SavedDeviceGroupControllerTest.java | 122 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()) in setUp()
|
D | PreviouslyConnectedDevicePreferenceControllerTest.java | 159 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()) in setUp()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingCallAudioPreferenceController.java | 446 .getMostRecentlyConnectedDevices(); in logCallAudioDeviceChange()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioBroadcastServiceTest.java | 1498 when(mDatabaseManager.getMostRecentlyConnectedDevices()).thenReturn(devices); in testOnBroadcastToUnicastFallbackGroupChanged() 1562 when(mDatabaseManager.getMostRecentlyConnectedDevices()).thenReturn(devices); in testManageBroadcastToUnicastFallbackGroup() 1632 when(mDatabaseManager.getMostRecentlyConnectedDevices()).thenReturn(devices); in testSetDefaultBroadcastToUnicastFallbackGroup()
|
D | LeAudioServiceTest.java | 1370 when(mDatabaseManager.getMostRecentlyConnectedDevices()).thenReturn(devices); in testUpdateUnicastFallbackActiveDeviceGroupDuringBroadcast() 3154 when(mDatabaseManager.getMostRecentlyConnectedDevices()).thenReturn(devices); in testManageBroadcastToUnicastFallbackGroup()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetooth.aidl | 250 List<BluetoothDevice> getMostRecentlyConnectedDevices(in AttributionSource attributionSource); in getMostRecentlyConnectedDevices() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterServiceBinder.java | 407 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/ |
D | DatabaseManager.java | 754 public List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in DatabaseManager
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothAdapter.java | 2716 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/ |
D | LeAudioService.java | 903 List<BluetoothDevice> devices = dbManager.getMostRecentlyConnectedDevices(); in setDefaultBroadcastToUnicastFallbackGroup()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 121 …LEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getMostRecentlyConnectedDevices();
|