Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java408 ComponentTestHelper[] testHelpers = { in testPowerPolicyAndComponentUserSetting()
409 new ComponentTestHelper<LocationInfo>(this, "LOCATION", LocationInfo.class), in testPowerPolicyAndComponentUserSetting()
417 private static final class ComponentTestHelper<T> { class in PowerPolicyHostTest
425 ComponentTestHelper(PowerPolicyHostTest hostTest, String componentName, Class typeClass) in ComponentTestHelper() method in PowerPolicyHostTest.ComponentTestHelper
467 private void testComponent(ComponentTestHelper testHelper) in testComponent()