Home
last modified time | relevance | path

Searched refs:getDataRole (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/usb/
DUsbDetailsDataRoleControllerTest.java135 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()
/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/
DUsbBackend.java113 public int getDataRole() { in getDataRole() method in UsbBackend
119 int newDataRole = getDataRole(); in setPowerRole()
DUsbDetailsDataRoleController.java102 if (role != mUsbBackend.getDataRole() && mNextRolePref == null in onRadioButtonClicked()
DUsbConnectionBroadcastReceiver.java82 mDataRole = mUsbBackend.getDataRole(); in onReceive()