Home
last modified time | relevance | path

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

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