Searched refs:portDescription (Results 1 – 2 of 2) sorted by relevance
3448 LowPowerStandbyPortDescription portDescription) { in toParcelable() argument3449 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()
963 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()