Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java126 int expectedTotalPolicies = PowerPolicyDef.PolicySet.TOTAL_DEFAULT_REGISTERED_POLICIES; in testPowerPolicyChange() local
135 testHelper.checkTotalRegisteredPolicies(expectedTotalPolicies); in testPowerPolicyChange()
138 defineAndCheckPolicyTest1(testcase, stepNo++, ++expectedTotalPolicies); in testPowerPolicyChange()
139 defineAndCheckPolicyTest2(testcase, stepNo++, ++expectedTotalPolicies); in testPowerPolicyChange()
157 defineAndCheckPolicyListenerTest(testcase, stepNo++, ++expectedTotalPolicies); in testPowerPolicyChange()
210 expectedTotalPolicies = PowerPolicyDef.PolicySet.TOTAL_DEFAULT_REGISTERED_POLICIES; in testPowerPolicyChange()
213 testHelper.checkTotalRegisteredPolicies(expectedTotalPolicies); in testPowerPolicyChange()
353 int expectedTotalPolicies) throws Exception { in defineAndCheckPolicyTest1() argument
358 testHelper.checkTotalRegisteredPolicies(expectedTotalPolicies); in defineAndCheckPolicyTest1()
362 int expectedTotalPolicies) throws Exception { in defineAndCheckPolicyTest2() argument
[all …]