/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | SavedBluetoothDeviceUpdaterTest.java | 215 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/ |
D | DatabaseManagerTest.java | 539 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/ |
D | ShadowBluetoothAdapter.java | 65 protected List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in ShadowBluetoothAdapter
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | SavedBluetoothDeviceUpdater.java | 65 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 | 220 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 | 157 when(mBluetoothAdapter.getMostRecentlyConnectedDevices()) in setUp()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingCallAudioPreferenceController.java | 399 .getMostRecentlyConnectedDevices(); in logCallAudioDeviceChange()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetooth.aidl | 244 List<BluetoothDevice> getMostRecentlyConnectedDevices(in AttributionSource attributionSource); in getMostRecentlyConnectedDevices() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/ |
D | DatabaseManager.java | 758 public List<BluetoothDevice> getMostRecentlyConnectedDevices() { in getMostRecentlyConnectedDevices() method in DatabaseManager
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothAdapter.java | 2778 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/ |
D | AdapterService.java | 2583 public List<BluetoothDevice> getMostRecentlyConnectedDevices( in getMostRecentlyConnectedDevices() method in AdapterService.AdapterServiceBinder 2597 return service.mDatabaseManager.getMostRecentlyConnectedDevices(); in getMostRecentlyConnectedDevices()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 73 …LEGED}) public java.util.List<android.bluetooth.BluetoothDevice> getMostRecentlyConnectedDevices();
|