Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
DSavedDeviceGroupControllerTest.java85 @Mock private BluetoothDevice mBluetoothDevice1; field in SavedDeviceGroupControllerTest
107 when(mCachedDevice1.getDevice()).thenReturn(mBluetoothDevice1); in setUp()
117 mMostRecentlyConnectedDevices.add(mBluetoothDevice1); in setUp()
DPreviouslyConnectedDevicePreferenceControllerTest.java103 private BluetoothDevice mBluetoothDevice1; field in PreviouslyConnectedDevicePreferenceControllerTest
135 when(mCachedDevice1.getDevice()).thenReturn(mBluetoothDevice1); in setUp()
152 mMostRecentlyConnectedDevices.add(mBluetoothDevice1); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDevicePreferenceTest.java83 private BluetoothDevice mBluetoothDevice1; field in BluetoothDevicePreferenceTest
112 when(mCachedDevice1.getDevice()).thenReturn(mBluetoothDevice1); in setUp()