Searched refs:getActiveStandbyPorts (Results 1 – 3 of 3) sorted by relevance
865 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()
1021 List<LowPowerStandbyPortDescription> getActiveStandbyPorts() { in getActiveStandbyPorts() method in LowPowerStandbyController1121 final List<LowPowerStandbyPortDescription> activeStandbyPorts = getActiveStandbyPorts(); in dump()
6613 mLowPowerStandbyController.getActiveStandbyPorts());