Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
DSavedDeviceGroupControllerTest.java87 @Mock private BluetoothDevice mBluetoothDevice3; field in SavedDeviceGroupControllerTest
113 when(mCachedDevice3.getDevice()).thenReturn(mBluetoothDevice3); in setUp()
119 mMostRecentlyConnectedDevices.add(mBluetoothDevice3); in setUp()
DPreviouslyConnectedDevicePreferenceControllerTest.java107 private BluetoothDevice mBluetoothDevice3; field in PreviouslyConnectedDevicePreferenceControllerTest
141 when(mCachedDevice3.getDevice()).thenReturn(mBluetoothDevice3); in setUp()
155 mMostRecentlyConnectedDevices.add(mBluetoothDevice3); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDevicePreferenceTest.java87 private BluetoothDevice mBluetoothDevice3; field in BluetoothDevicePreferenceTest
120 when(mCachedDevice3.getDevice()).thenReturn(mBluetoothDevice3); in setUp()