HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentPowerRole (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/hardware/usb/
UsbPortStatus.java 70 public int getCurrentPowerRole() {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/usb/
UsbBackendTest.java 88 when(mUsbPortStatus.getCurrentPowerRole()).thenReturn(UsbPort.POWER_ROLE_SINK);
105 when(mUsbPortStatus.getCurrentPowerRole()).thenReturn(UsbPort.POWER_ROLE_SINK);
  /packages/apps/Settings/src/com/android/settings/connecteddevice/usb/
UsbConnectionBroadcastReceiver.java 86 mPowerRole = portStatus.getCurrentPowerRole();
UsbBackend.java 98 return mPortStatus == null ? UsbPort.POWER_ROLE_NONE : mPortStatus.getCurrentPowerRole();
  /frameworks/base/core/java/com/android/internal/usb/
DumpUtils.java 214 status.getCurrentPowerRole());
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 192 final int currentPowerRole = portInfo.mUsbPortStatus.getCurrentPowerRole();
    [all...]
UsbDeviceManager.java     [all...]

Completed in 105 milliseconds