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.java380 ComponentTestHelper[] testHelpers = { in testPowerPolicyAndComponentUserSetting()
381 new ComponentTestHelper<WifiInfo>(this, "WIFI", WifiInfo.class), in testPowerPolicyAndComponentUserSetting()
382 new ComponentTestHelper<LocationInfo>(this, "LOCATION", LocationInfo.class), in testPowerPolicyAndComponentUserSetting()
390 private static final class ComponentTestHelper<T> { class in PowerPolicyHostTest
398 ComponentTestHelper(PowerPolicyHostTest hostTest, String componentName, Class typeClass) in ComponentTestHelper() method in PowerPolicyHostTest.ComponentTestHelper
440 private void testComponent(ComponentTestHelper testHelper) in testComponent()