Searched refs:getDataRole (Results 1 – 4 of 4) sorted by relevance
138 when(mUsbBackend.getDataRole()).thenReturn(DATA_ROLE_HOST); in onClickDevice_hostEnabled_shouldSetDevice()150 when(mUsbBackend.getDataRole()).thenReturn(DATA_ROLE_HOST); in onClickDeviceTwice_hostEnabled_shouldSetDeviceOnce()163 when(mUsbBackend.getDataRole()).thenReturn(DATA_ROLE_HOST); in onClickDeviceAndRefresh_success_shouldClearSubtext()180 when(mUsbBackend.getDataRole()).thenReturn(DATA_ROLE_HOST); in onClickDeviceAndRefresh_failed_shouldShowFailureText()198 when(mUsbBackend.getDataRole()).thenReturn(DATA_ROLE_HOST); in onClickDevice_timedOut_shouldShowFailureText()
117 public int getDataRole() { in getDataRole() method in UsbBackend123 int newDataRole = getDataRole(); in setPowerRole()
103 if (role != mUsbBackend.getDataRole() && mNextRolePref == null in onRadioButtonClicked()
94 mDataRole = mUsbBackend.getDataRole(); in onReceive()