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