Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DPowerManager.java3448 LowPowerStandbyPortDescription portDescription) { in toParcelable() argument
3449 if (portDescription == null) { in toParcelable()
3455 parcelablePortDescription.protocol = portDescription.mProtocol; in toParcelable()
3456 parcelablePortDescription.portMatcher = portDescription.mPortMatcher; in toParcelable()
3457 parcelablePortDescription.portNumber = portDescription.mPortNumber; in toParcelable()
3458 if (portDescription.mLocalAddress != null) { in toParcelable()
3459 parcelablePortDescription.localAddress = portDescription.mLocalAddress.getAddress(); in toParcelable()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DLowPowerStandbyController.java963 for (LowPowerStandbyPortDescription portDescription : ports) { in validatePorts()
964 int port = portDescription.getPortNumber(); in validatePorts()
1092 for (LowPowerStandbyPortDescription portDescription : activeStandbyPorts) { in dump()
1093 ipw.print(portDescription.toString()); in dump()