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.java127 int expectedTotalPolicies = PowerPolicyDef.PolicySet.TOTAL_DEFAULT_REGISTERED_POLICIES; in testPowerPolicyChange() local
136 testHelper.checkTotalRegisteredPolicies(expectedTotalPolicies); in testPowerPolicyChange()
139 defineAndCheckPolicyTest1(testcase, stepNo++, ++expectedTotalPolicies); in testPowerPolicyChange()
140 defineAndCheckPolicyTest2(testcase, stepNo++, ++expectedTotalPolicies); in testPowerPolicyChange()
158 defineAndCheckPolicyListenerTest(testcase, stepNo++, ++expectedTotalPolicies); in testPowerPolicyChange()
215 expectedTotalPolicies = PowerPolicyDef.PolicySet.TOTAL_DEFAULT_REGISTERED_POLICIES; in testPowerPolicyChange()
218 testHelper.checkTotalRegisteredPolicies(expectedTotalPolicies); in testPowerPolicyChange()
381 int expectedTotalPolicies) throws Exception { in defineAndCheckPolicyTest1() argument
386 testHelper.checkTotalRegisteredPolicies(expectedTotalPolicies); in defineAndCheckPolicyTest1()
390 int expectedTotalPolicies) throws Exception { in defineAndCheckPolicyTest2() argument
[all …]