Searched refs:PORT_DESC_1 (Results 1 – 1 of 1) sorted by relevance
94 private static final LowPowerStandbyPortDescription PORT_DESC_1 = field in LowPowerStandbyTest543 mPowerManager.newLowPowerStandbyPortsLock(List.of(PORT_DESC_1)); in testActiveStandbyPorts_disabled()546 assertThat(mPowerManager.getActiveLowPowerStandbyPorts()).doesNotContain(PORT_DESC_1); in testActiveStandbyPorts_disabled()561 mPowerManager.newLowPowerStandbyPortsLock(List.of(PORT_DESC_1)); in testActiveStandbyPorts_notExempt()564 assertThat(mPowerManager.getActiveLowPowerStandbyPorts()).doesNotContain(PORT_DESC_1); in testActiveStandbyPorts_notExempt()580 mPowerManager.newLowPowerStandbyPortsLock(List.of(PORT_DESC_1)); in testActiveStandbyPorts_exempt()583 assertThat(mPowerManager.getActiveLowPowerStandbyPorts()).contains(PORT_DESC_1); in testActiveStandbyPorts_exempt()630 mPowerManager.newLowPowerStandbyPortsLock(List.of(PORT_DESC_1)); in testActiveStandbyPorts_becomesActiveOnceExempt()634 assertThat(mPowerManager.getActiveLowPowerStandbyPorts()).contains(PORT_DESC_1); in testActiveStandbyPorts_becomesActiveOnceExempt()