Searched refs:getCurrentPowerRole (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
H A DUsbPortStatus.java70 public int getCurrentPowerRole() { method in class:UsbPortStatus
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java179 final int currentPowerRole = portInfo.mUsbPortStatus.getCurrentPowerRole();
744 || mUsbPortStatus.getCurrentPowerRole() != currentPowerRole
H A DUsbDeviceManager.java405 boolean sourcePower = status.getCurrentPowerRole() == UsbPort.POWER_ROLE_SOURCE;
406 boolean sinkPower = status.getCurrentPowerRole() == UsbPort.POWER_ROLE_SINK;

Completed in 281 milliseconds