Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/
DLowPowerStandbyControllerTest.java865 assertThat(mController.getActiveStandbyPorts()).isEmpty(); in testActiveStandbyPorts_emptyIfDisabled()
875 assertThat(mController.getActiveStandbyPorts()).isEmpty(); in testActiveStandbyPorts_emptyIfPackageNotExempt()
886 assertThat(mController.getActiveStandbyPorts()).containsExactly(PORT_DESC_1); in testActiveStandbyPorts_activeIfPackageExempt()
897 assertThat(mController.getActiveStandbyPorts()).isEmpty(); in testActiveStandbyPorts_removedAfterRelease()
/frameworks/base/services/core/java/com/android/server/power/
DLowPowerStandbyController.java1021 List<LowPowerStandbyPortDescription> getActiveStandbyPorts() { in getActiveStandbyPorts() method in LowPowerStandbyController
1121 final List<LowPowerStandbyPortDescription> activeStandbyPorts = getActiveStandbyPorts(); in dump()
DPowerManagerService.java6613 mLowPowerStandbyController.getActiveStandbyPorts());