HomeSort by relevance Sort by last modified time
    Searched defs:currentDataRole (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 191 final int currentDataRole = portInfo.mUsbPortStatus.getCurrentDataRole();
193 if (currentDataRole == newDataRole && currentPowerRole == newPowerRole) {
212 || (!canChangeDataRole && currentDataRole != newDataRole)) {
234 + ", currentDataRole=" + UsbPort.dataRoleToString(currentDataRole)
244 sim.currentDataRole = newDataRole;
285 if (currentDataRole != newDataRole) {
351 portInfo.currentDataRole = dataRole;
370 portInfo.currentDataRole = 0;
444 current.currentDataRole, current.canChangeDataRole)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 67 milliseconds