Searched refs:checkCurrentPolicy (Results 1 – 2 of 2) sorted by relevance
244 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.NO_USER_INTERACTION); in checkForcedSilentMode()258 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in checkLeaveForcedSilentMode()454 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testDefaultStateMachineAtONState()479 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.TEST1); in testPowerPolicyChange()484 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.TEST2); in testPowerPolicyChange()489 testHelper.checkCurrentPolicy(PowerPolicyDef.IdSet.DEFAULT_ALL_ON); in testPowerPolicyChange()
60 public void checkCurrentPolicy(String expectedPolicyId) { in checkCurrentPolicy() method in PowerPolicyTestHelper