Searched refs:parcelablePortDescription (Results 1 – 1 of 1) sorted by relevance
3553 IPowerManager.LowPowerStandbyPortDescription parcelablePortDescription = in toParcelable() local3555 parcelablePortDescription.protocol = portDescription.mProtocol; in toParcelable()3556 parcelablePortDescription.portMatcher = portDescription.mPortMatcher; in toParcelable()3557 parcelablePortDescription.portNumber = portDescription.mPortNumber; in toParcelable()3559 parcelablePortDescription.localAddress = portDescription.mLocalAddress.getAddress(); in toParcelable()3561 return parcelablePortDescription; in toParcelable()3580 IPowerManager.LowPowerStandbyPortDescription parcelablePortDescription) { in fromParcelable() argument3581 if (parcelablePortDescription == null) { in fromParcelable()3586 if (parcelablePortDescription.localAddress != null) { in fromParcelable()3588 localAddress = InetAddress.getByAddress(parcelablePortDescription.localAddress); in fromParcelable()[all …]