Searched refs:getDataRole (Results 1 – 4 of 4) sorted by relevance
135 when(mUsbBackend.getDataRole()).thenReturn(DATA_ROLE_HOST); in onClickDevice_hostEnabled_shouldSetDevice()148 when(mUsbBackend.getDataRole()).thenReturn(DATA_ROLE_HOST); in onClickDeviceTwice_hostEnabled_shouldSetDeviceOnce()162 when(mUsbBackend.getDataRole()).thenReturn(DATA_ROLE_HOST); in onClickDeviceAndRefresh_success_shouldClearSubtext()180 when(mUsbBackend.getDataRole()).thenReturn(DATA_ROLE_HOST); in onClickDeviceAndRefresh_failed_shouldShowFailureText()199 when(mUsbBackend.getDataRole()).thenReturn(DATA_ROLE_HOST); in onClickDevice_timedOut_shouldShowFailureText()
113 public int getDataRole() { in getDataRole() method in UsbBackend119 int newDataRole = getDataRole(); in setPowerRole()
102 if (role != mUsbBackend.getDataRole() && mNextRolePref == null in onRadioButtonClicked()
82 mDataRole = mUsbBackend.getDataRole(); in onReceive()