Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestAnalyzer.java19 import android.car.cts.PowerPolicyHostTest;
23 private final PowerPolicyHostTest mHostTest;
25 public PowerPolicyTestAnalyzer(PowerPolicyHostTest hostTest) { in PowerPolicyTestAnalyzer()
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java45 public final class PowerPolicyHostTest extends CarHostJUnit4TestCase { class
391 private final PowerPolicyHostTest mHostTest;
398 ComponentTestHelper(PowerPolicyHostTest hostTest, String componentName, Class typeClass) in ComponentTestHelper()