Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DPowerManager.java3566 List<LowPowerStandbyPortDescription> portDescriptions) { in toParcelable() argument
3567 if (portDescriptions == null) { in toParcelable()
3572 for (LowPowerStandbyPortDescription port : portDescriptions) { in toParcelable()
3602 List<IPowerManager.LowPowerStandbyPortDescription> portDescriptions) { in fromParcelable() argument
3603 if (portDescriptions == null) { in fromParcelable()
3608 for (IPowerManager.LowPowerStandbyPortDescription port : portDescriptions) { in fromParcelable()