Home
last modified time | relevance | path

Searched refs:mSecondBluetoothDevice (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DMediaOutputPreferenceControllerTest.java124 private BluetoothDevice mSecondBluetoothDevice; field in MediaOutputPreferenceControllerTest
179 mSecondBluetoothDevice = spy(mBluetoothAdapter.getRemoteDevice(TEST_DEVICE_ADDRESS_2)); in setUp()
180 when(mSecondBluetoothDevice.getName()).thenReturn(TEST_DEVICE_NAME_2); in setUp()
181 when(mSecondBluetoothDevice.isConnected()).thenReturn(true); in setUp()
220 mProfileConnectedDevices.add(mSecondBluetoothDevice); in updateState_withConnectedBtDevice_withoutActiveBtDevice_setDefaultSummary()
241 mProfileConnectedDevices.add(mSecondBluetoothDevice); in updateState_withActiveBtDevice_setActivatedDeviceName()
DHandsFreeProfileOutputPreferenceControllerTest.java108 private BluetoothDevice mSecondBluetoothDevice; field in HandsFreeProfileOutputPreferenceControllerTest
139 mSecondBluetoothDevice = spy(mBluetoothAdapter.getRemoteDevice(TEST_DEVICE_ADDRESS_2)); in setUp()
140 when(mSecondBluetoothDevice.getName()).thenReturn(TEST_DEVICE_NAME_2); in setUp()
141 when(mSecondBluetoothDevice.isConnected()).thenReturn(true); in setUp()
275 connectedDevices.add(mSecondBluetoothDevice); in updateState_moreThanOneHfpBtDevicesAreAvailable_shouldSetActivatedDeviceName()
277 when(mHeadsetProfile.getActiveDevice()).thenReturn(mSecondBluetoothDevice); in updateState_moreThanOneHfpBtDevicesAreAvailable_shouldSetActivatedDeviceName()