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

  /frameworks/base/core/java/android/hardware/usb/
UsbPort.java 50 * Implies that the port supports the {@link #POWER_ROLE_SINK} and {@link #DATA_ROLE_DEVICE}
61 * combination of roles and the {@link #POWER_ROLE_SINK} and {@link #DATA_ROLE_DEVICE}
95 public static final int DATA_ROLE_DEVICE = Constants.PortDataRole.DEVICE;
140 * or {@link UsbPort#DATA_ROLE_DEVICE}, or 0 if no data role.
186 case DATA_ROLE_DEVICE:
240 Preconditions.checkArgumentInRange(dataRole, DATA_ROLE_NONE, DATA_ROLE_DEVICE, "dataRole");
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsbBackend.java 135 ? UsbPort.DATA_ROLE_HOST : UsbPort.DATA_ROLE_DEVICE;
174 UsbPort.DATA_ROLE_DEVICE);
177 return mPortStatus.isRoleCombinationSupported(power, UsbPort.DATA_ROLE_DEVICE)
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 72 UsbPort.combineRolesAsBit(UsbPort.POWER_ROLE_SOURCE, UsbPort.DATA_ROLE_DEVICE);
76 UsbPort.combineRolesAsBit(UsbPort.POWER_ROLE_SINK, UsbPort.DATA_ROLE_DEVICE);
210 && newDataRole == UsbPort.DATA_ROLE_DEVICE) {
606 currentPowerRole, UsbPort.DATA_ROLE_DEVICE);
    [all...]
UsbService.java 527 dataRole = UsbPort.DATA_ROLE_DEVICE;
606 dataRole = UsbPort.DATA_ROLE_DEVICE;

Completed in 580 milliseconds