Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DLowPowerStandbyTest.java542 PowerManager.LowPowerStandbyPortsLock standbyPorts = in testActiveStandbyPorts_disabled() local
544 standbyPorts.acquire(); in testActiveStandbyPorts_disabled()
547 standbyPorts.release(); in testActiveStandbyPorts_disabled()
560 PowerManager.LowPowerStandbyPortsLock standbyPorts = in testActiveStandbyPorts_notExempt() local
562 standbyPorts.acquire(); in testActiveStandbyPorts_notExempt()
565 standbyPorts.release(); in testActiveStandbyPorts_notExempt()
579 PowerManager.LowPowerStandbyPortsLock standbyPorts = in testActiveStandbyPorts_exempt() local
581 standbyPorts.acquire(); in testActiveStandbyPorts_exempt()
584 standbyPorts.release(); in testActiveStandbyPorts_exempt()
629 PowerManager.LowPowerStandbyPortsLock standbyPorts = in testActiveStandbyPorts_becomesActiveOnceExempt() local
[all …]