Searched refs:testInformation (Results 1 – 2 of 2) sorted by relevance
95 public ApexInstallHelper(TestInformation testInformation) { in ApexInstallHelper() argument96 this(testInformation, RebootStrategy.FULL); in ApexInstallHelper()99 public ApexInstallHelper(TestInformation testInformation, RebootStrategy rebootStrategy) { in ApexInstallHelper() argument100 mDeviceProvider = testInformation::getDevice; in ApexInstallHelper()104 mInstallUtilsHost = new InstallUtilsHost(testInformation); in ApexInstallHelper()
33 public void setUp(TestInformation testInformation) throws DeviceNotAvailableException { in setUp() argument34 mDevice = testInformation.getDevice(); in setUp()51 public void tearDown(TestInformation testInformation, Throwable e) in tearDown() argument