Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
DSavedDeviceGroupControllerTest.java86 @Mock private BluetoothDevice mBluetoothDevice2; field in SavedDeviceGroupControllerTest
110 when(mCachedDevice2.getDevice()).thenReturn(mBluetoothDevice2); in setUp()
118 mMostRecentlyConnectedDevices.add(mBluetoothDevice2); in setUp()
DPreviouslyConnectedDevicePreferenceControllerTest.java105 private BluetoothDevice mBluetoothDevice2; field in PreviouslyConnectedDevicePreferenceControllerTest
138 when(mCachedDevice2.getDevice()).thenReturn(mBluetoothDevice2); in setUp()
153 mMostRecentlyConnectedDevices.add(mBluetoothDevice2); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDevicePreferenceTest.java85 private BluetoothDevice mBluetoothDevice2; field in BluetoothDevicePreferenceTest
116 when(mCachedDevice2.getDevice()).thenReturn(mBluetoothDevice2); in setUp()