Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DLowPowerStandbyTest.java94 private static final LowPowerStandbyPortDescription PORT_DESC_1 = field in LowPowerStandbyTest
543 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()