Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DLowPowerStandbyController.java1022 List<LowPowerStandbyPortDescription> activeStandbyPorts = new ArrayList<>(); in getActiveStandbyPorts() local
1025 return activeStandbyPorts; in getActiveStandbyPorts()
1032 activeStandbyPorts.addAll(standbyPortsLock.getPorts()); in getActiveStandbyPorts()
1036 return activeStandbyPorts; in getActiveStandbyPorts()
1121 final List<LowPowerStandbyPortDescription> activeStandbyPorts = getActiveStandbyPorts(); in dump() local
1122 if (!activeStandbyPorts.isEmpty()) { in dump()
1126 for (LowPowerStandbyPortDescription portDescription : activeStandbyPorts) { in dump()