Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DPowerManager.java3453 IPowerManager.LowPowerStandbyPortDescription parcelablePortDescription = in toParcelable() local
3455 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() argument
3481 if (parcelablePortDescription == null) { in fromParcelable()
3486 if (parcelablePortDescription.localAddress != null) { in fromParcelable()
3488 localAddress = InetAddress.getByAddress(parcelablePortDescription.localAddress); in fromParcelable()
[all …]