Home
last modified time | relevance | path

Searched refs:mCurrentPowerRole (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/usb/
H A DUsbPortStatus.java45 private final @UsbPowerRole int mCurrentPowerRole; field in UsbPortStatus
423 mCurrentPowerRole = currentPowerRole; in UsbPortStatus()
499 return mCurrentPowerRole; in getCurrentPowerRole()
626 + ", currentPowerRole=" + UsbPort.powerRoleToString(mCurrentPowerRole) in toString()
659 dest.writeInt(mCurrentPowerRole); in writeToParcel()
719 private @UsbPowerRole int mCurrentPowerRole; field in UsbPortStatus.Builder
733 mCurrentPowerRole = POWER_ROLE_NONE; in Builder()
763 mCurrentPowerRole = currentPowerRole; in setCurrentRoles()
868 UsbPortStatus status = new UsbPortStatus(mCurrentMode, mCurrentPowerRole, in build()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22474 Landroid/hardware/usb/UsbPortStatus;->mCurrentPowerRole:I