Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DPowerManager.java3548 LowPowerStandbyPortDescription portDescription) { in toParcelable() argument
3549 if (portDescription == null) { in toParcelable()
3555 parcelablePortDescription.protocol = portDescription.mProtocol; in toParcelable()
3556 parcelablePortDescription.portMatcher = portDescription.mPortMatcher; in toParcelable()
3557 parcelablePortDescription.portNumber = portDescription.mPortNumber; in toParcelable()
3558 if (portDescription.mLocalAddress != null) { in toParcelable()
3559 parcelablePortDescription.localAddress = portDescription.mLocalAddress.getAddress(); in toParcelable()
/frameworks/base/services/core/java/com/android/server/power/
DLowPowerStandbyController.java997 for (LowPowerStandbyPortDescription portDescription : ports) { in validatePorts()
998 int port = portDescription.getPortNumber(); in validatePorts()
1126 for (LowPowerStandbyPortDescription portDescription : activeStandbyPorts) { in dump()
1127 ipw.print(portDescription.toString()); in dump()