Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DLowPowerStandbyControllerTest.java810 assertThat(mController.getActiveStandbyPorts()).isEmpty(); in testActiveStandbyPorts_emptyIfDisabled()
820 assertThat(mController.getActiveStandbyPorts()).isEmpty(); in testActiveStandbyPorts_emptyIfPackageNotExempt()
831 assertThat(mController.getActiveStandbyPorts()).containsExactly(PORT_DESC_1); in testActiveStandbyPorts_activeIfPackageExempt()
842 assertThat(mController.getActiveStandbyPorts()).isEmpty(); in testActiveStandbyPorts_removedAfterRelease()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DLowPowerStandbyController.java987 List<LowPowerStandbyPortDescription> getActiveStandbyPorts() { in getActiveStandbyPorts() method in LowPowerStandbyController
1087 final List<LowPowerStandbyPortDescription> activeStandbyPorts = getActiveStandbyPorts(); in dump()
H A DPowerManagerService.java6442 mLowPowerStandbyController.getActiveStandbyPorts());