Searched refs:parcelablePortDescription (Results 1 – 1 of 1) sorted by relevance
3453 IPowerManager.LowPowerStandbyPortDescription parcelablePortDescription = in toParcelable() local3455 parcelablePortDescription.protocol = portDescription.mProtocol; in toParcelable()3456 parcelablePortDescription.portMatcher = portDescription.mPortMatcher; in toParcelable()3457 parcelablePortDescription.portNumber = portDescription.mPortNumber; in toParcelable()3459 parcelablePortDescription.localAddress = portDescription.mLocalAddress.getAddress(); in toParcelable()3461 return parcelablePortDescription; in toParcelable()3480 IPowerManager.LowPowerStandbyPortDescription parcelablePortDescription) { in fromParcelable() argument3481 if (parcelablePortDescription == null) { in fromParcelable()3486 if (parcelablePortDescription.localAddress != null) { in fromParcelable()3488 localAddress = InetAddress.getByAddress(parcelablePortDescription.localAddress); in fromParcelable()[all …]