Home
last modified time | relevance | path

Searched refs:getCurrentPowerRole (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/usb/
H A DUsbBackendTest.java95 when(mUsbPortStatus.getCurrentPowerRole()).thenReturn(POWER_ROLE_SINK); in setDataRole_allRolesSupported_shouldSetDataRole()
112 when(mUsbPortStatus.getCurrentPowerRole()).thenReturn(POWER_ROLE_SINK); in setDataRole_notAllRolesSupported_shouldSetDataAndPowerRole()
/aosp12/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/
H A DUsbConnectionBroadcastReceiver.java89 mPowerRole = portStatus.getCurrentPowerRole(); in onReceive()
H A DUsbBackend.java110 return mPortStatus == null ? POWER_ROLE_NONE : mPortStatus.getCurrentPowerRole(); in getPowerRole()
/aosp12/frameworks/base/core/java/android/hardware/usb/
H A DUsbPortStatus.java272 public @UsbPowerRole int getCurrentPowerRole() { in getCurrentPowerRole() method in UsbPortStatus
/aosp12/frameworks/base/core/java/com/android/internal/usb/
H A DDumpUtils.java223 status.getCurrentPowerRole()); in writePortStatus()
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java422 final int currentPowerRole = portInfo.mUsbPortStatus.getCurrentPowerRole(); in setPortRoles()
1221 || mUsbPortStatus.getCurrentPowerRole() != currentPowerRole in setStatus()
1254 || mUsbPortStatus.getCurrentPowerRole() != currentPowerRole in setStatus()
H A DUsbDeviceManager.java920 mSourcePower = status.getCurrentPowerRole() == POWER_ROLE_SOURCE; in handleMessage()
921 mSinkPower = status.getCurrentPowerRole() == POWER_ROLE_SINK; in handleMessage()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt4510 method public int getCurrentPowerRole();