Searched refs:mSecondBluetoothDevice (Results 1 – 2 of 2) sorted by relevance
124 private BluetoothDevice mSecondBluetoothDevice; field in MediaOutputPreferenceControllerTest179 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()
108 private BluetoothDevice mSecondBluetoothDevice; field in HandsFreeProfileOutputPreferenceControllerTest139 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()