Home
last modified time | relevance | path

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

/packages/modules/common/java/com/android/modules/testing/utils/
DApexInstallHelper.java95 public ApexInstallHelper(TestInformation testInformation) { in ApexInstallHelper() argument
96 this(testInformation, RebootStrategy.FULL); in ApexInstallHelper()
99 public ApexInstallHelper(TestInformation testInformation, RebootStrategy rebootStrategy) { in ApexInstallHelper() argument
100 mDeviceProvider = testInformation::getDevice; in ApexInstallHelper()
104 mInstallUtilsHost = new InstallUtilsHost(testInformation); in ApexInstallHelper()
/packages/modules/Connectivity/tests/cts/hostside-network-policy/src/com/android/cts/netpolicy/
DNetworkPolicyTestsPreparer.java33 public void setUp(TestInformation testInformation) throws DeviceNotAvailableException { in setUp() argument
34 mDevice = testInformation.getDevice(); in setUp()
51 public void tearDown(TestInformation testInformation, Throwable e) in tearDown() argument