Home
last modified time | relevance | path

Searched refs:mMostRecentlyConnectedDevices (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowBluetoothAdapter.java33 private List<BluetoothDevice> mMostRecentlyConnectedDevices = new ArrayList<>(); field in ShadowBluetoothAdapter
66 return mMostRecentlyConnectedDevices; in getMostRecentlyConnectedDevices()
70 mMostRecentlyConnectedDevices = list; in setMostRecentlyConnectedDevices()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
DPreviouslyConnectedDevicePreferenceControllerTest.java151 final List<BluetoothDevice> mMostRecentlyConnectedDevices = new ArrayList<>(); in setUp() local
152 mMostRecentlyConnectedDevices.add(mBluetoothDevice1); in setUp()
153 mMostRecentlyConnectedDevices.add(mBluetoothDevice2); in setUp()
154 mMostRecentlyConnectedDevices.add(mBluetoothDevice4); in setUp()
155 mMostRecentlyConnectedDevices.add(mBluetoothDevice3); in setUp()
156 mShadowBluetoothAdapter.setMostRecentlyConnectedDevices(mMostRecentlyConnectedDevices); in setUp()
158 .thenReturn(mMostRecentlyConnectedDevices); in setUp()
DSavedDeviceGroupControllerTest.java116 final List<BluetoothDevice> mMostRecentlyConnectedDevices = new ArrayList<>(); in setUp() local
117 mMostRecentlyConnectedDevices.add(mBluetoothDevice1); in setUp()
118 mMostRecentlyConnectedDevices.add(mBluetoothDevice2); in setUp()
119 mMostRecentlyConnectedDevices.add(mBluetoothDevice3); in setUp()
123 .thenReturn(mMostRecentlyConnectedDevices); in setUp()