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.java418 ComponentTestHelper[] testHelpers = { in testPowerPolicyAndComponentUserSetting()
419 new ComponentTestHelper<LocationInfo>(this, "LOCATION", LocationInfo.class), in testPowerPolicyAndComponentUserSetting()
533 private static final class ComponentTestHelper<T> { class in PowerPolicyHostTest
541 ComponentTestHelper(PowerPolicyHostTest hostTest, String componentName, Class typeClass) in ComponentTestHelper() method in PowerPolicyHostTest.ComponentTestHelper
583 private void testComponent(ComponentTestHelper testHelper) in testComponent()