Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java1612 waitForPowerPolicy(POWER_POLICY_VALID_1); in testNotifyPowerPolicyChange_powerPolicyRefactorFlagDisabled()
1645 waitForPowerPolicy(POWER_POLICY_VALID_1); in testNotifyPowerPolicyChange_powerPolicyRefactorFlagEnabled()
1671 waitForPowerPolicy(POWER_POLICY_VALID_1); in testAddPowerPolicyListener_powerPolicyRefactorFlagDisabled()
1704 waitForPowerPolicy(POWER_POLICY_VALID_1); in testAddPowerPolicyListener_powerPolicyRefactorFlagEnabled()
1915 waitForPowerPolicy(SYSTEM_POWER_POLICY_INITIAL_ON); in testPowerPolicyAfterShutdownCancel_powerPolicyRefactorFlagDisabled()
1922 waitForPowerPolicy(SYSTEM_POWER_POLICY_ALL_ON); in testPowerPolicyAfterShutdownCancel_powerPolicyRefactorFlagDisabled()
1963 waitForPowerPolicy(SYSTEM_POWER_POLICY_INITIAL_ON); in testPowerPolicyAfterShutdownCancel_powerPolicyRefactorFlagEnabled()
1970 waitForPowerPolicy(SYSTEM_POWER_POLICY_ALL_ON); in testPowerPolicyAfterShutdownCancel_powerPolicyRefactorFlagEnabled()
1986 waitForPowerPolicy(POWER_POLICY_WAIT_FOR_VHAL); in testApplyPowerPolicyAtStateChanged_powerPolicyRefactorFlagDisabled()
1995 waitForPowerPolicy(POWER_POLICY_ON); in testApplyPowerPolicyAtStateChanged_powerPolicyRefactorFlagDisabled()
[all …]
/packages/services/Car/tests/CarServiceTest/src/com/android/car/power/
DCarPowerManagementServiceTest.java357 powerPolicyListener.waitForPowerPolicy(); in testSleepEntry()
419 powerPolicyListener.waitForPowerPolicy(); in testUnallowedPowerStateEventAtSuspend()
617 wifiOnListener.waitForPowerPolicy(); in testApplyPowerPolicy_vhalPropertyUpdated()
619 wifiOffListener.waitForPowerPolicy(); in testApplyPowerPolicy_vhalPropertyUpdated()
987 public void waitForPowerPolicy() throws Exception { in waitForPowerPolicy() method in CarPowerManagementServiceTest.PowerPolicyListener