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