Searched refs:setDataRole (Results 1 – 4 of 4) sorted by relevance
140 verify(mUsbBackend).setDataRole(DATA_ROLE_DEVICE); in onClickDevice_hostEnabled_shouldSetDevice()156 verify(mUsbBackend).setDataRole(DATA_ROLE_DEVICE); in onClickDeviceTwice_hostEnabled_shouldSetDeviceOnce()167 verify(mUsbBackend).setDataRole(DATA_ROLE_DEVICE); in onClickDeviceAndRefresh_success_shouldClearSubtext()185 verify(mUsbBackend).setDataRole(DATA_ROLE_DEVICE); in onClickDeviceAndRefresh_failed_shouldShowFailureText()204 verify(mUsbBackend).setDataRole(DATA_ROLE_DEVICE); in onClickDevice_timedOut_shouldShowFailureText()
97 usbBackend.setDataRole(DATA_ROLE_HOST); in setDataRole_allRolesSupported_shouldSetDataRole()114 usbBackend.setDataRole(DATA_ROLE_HOST); in setDataRole_notAllRolesSupported_shouldSetDataAndPowerRole()
104 mUsbBackend.setDataRole(role); in onRadioButtonClicked()
137 public void setDataRole(int role) { in setDataRole() method in UsbBackend