Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DSavedBluetoothDeviceUpdaterTest.java215 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_findCachedBluetoothDeviceIsMatched_addPreference()
233 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_findCachedBluetoothDeviceNotMatched_removePreference()
250 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_notFindCachedBluetoothDevice_doNothing()
288 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_deviceNotContain_removePreference()
307 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()).thenReturn(bluetoothDevices); in forceUpdate_deviceIsSubDevice_doesNothing()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java539 mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnectionHeadset()
553 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnectionHeadset()
565 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnectionHeadset()
593 mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
609 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
625 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
641 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
660 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
680 mostRecentlyConnectedDevicesOrdered = mDatabaseManager.getMostRecentlyConnectedDevices(); in testSetConnection()
700 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.java65 mBluetoothAdapter.getMostRecentlyConnectedDevices(); in forceUpdate()
/packages/apps/Settings/src/com/android/settings/connecteddevice/
DSavedDeviceGroupController.java151 for (BluetoothDevice device : mBluetoothAdapter.getMostRecentlyConnectedDevices()) { in updatePreferenceGroup()
DPreviouslyConnectedDevicePreferenceController.java220 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.java157 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()) in setUp()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingCallAudioPreferenceController.java399 .getMostRecentlyConnectedDevices(); in logCallAudioDeviceChange()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl244 List<BluetoothDevice> getMostRecentlyConnectedDevices(in AttributionSource attributionSource); in getMostRecentlyConnectedDevices() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java758 public List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in DatabaseManager
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2778 public @NonNull List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in BluetoothAdapter
2786 mService.getMostRecentlyConnectedDevices(mAttributionSource), in getMostRecentlyConnectedDevices()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2583 public List<BluetoothDevice> getMostRecentlyConnectedDevices( in getMostRecentlyConnectedDevices() method in AdapterService.AdapterServiceBinder
2597 return service.mDatabaseManager.getMostRecentlyConnectedDevices(); in getMostRecentlyConnectedDevices()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt73 …LEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getMostRecentlyConnectedDevices();