Searched refs:portDescriptions (Results 1 – 1 of 1) sorted by relevance
3566 List<LowPowerStandbyPortDescription> portDescriptions) { in toParcelable() argument3567 if (portDescriptions == null) { in toParcelable()3572 for (LowPowerStandbyPortDescription port : portDescriptions) { in toParcelable()3602 List<IPowerManager.LowPowerStandbyPortDescription> portDescriptions) { in fromParcelable() argument3603 if (portDescriptions == null) { in fromParcelable()3608 for (IPowerManager.LowPowerStandbyPortDescription port : portDescriptions) { in fromParcelable()