Searched refs:mTestInfo (Results 1 – 5 of 5) sorted by relevance
31 private final TestInformation mTestInfo; field in UserUtil34 mTestInfo = testInfo; in UserUtil()44 String propValue = mTestInfo.properties().get(RUN_TESTS_AS_USER_KEY); in getTestUserId()56 ITestDevice device = mTestInfo.getDevice(); in getTestUserId()
42 private final TestInformation mTestInfo; field in Utils46 mTestInfo = testInfo; in Utils()51 mTestInfo.getDevice().executeShellV2Command(String.join(" ", command)); in assertCommandSucceeds()69 new ArrayList<>(List.of("adb", "-s", mTestInfo.getDevice().getSerialNumber(), in installFromResourcesImpl()112 mTestInfo.getDevice().getOptions().getAdbCommandTimeout(), in installFromResourcesImpl()151 mTestInfo.getDevice().pushFile(tempFile, remotePath); in pushFromResource()164 mTestInfo.getDevice().executeShellCommand("setprop dev.bootcomplete 0"); in softReboot()165 mTestInfo.getDevice().executeShellCommand("setprop ctl.restart zygote"); in softReboot()166 boolean success = mTestInfo.getDevice().waitForBootComplete(SOFT_REBOOT_TIMEOUT.toMillis()); in softReboot()
57 private TestInformation mTestInfo = null; field in InstallUtilsHost65 mTestInfo = testInfo; in InstallUtilsHost()245 if (mTestInfo == null) { in getTestInfo()246 mTestInfo = mTest.getTestInformation(); in getTestInfo()247 assertThat(mTestInfo).isNotNull(); in getTestInfo()249 return mTestInfo; in getTestInfo()
56 private final TestInfo mTestInfo; field in TestHelper90 mTestInfo = new TestInfo(testContext.getPackageName(), testClass.getName(), in TestHelper()157 return isFrom(mTestInfo.getTestName()).and(isType(TEST_START)); in isStartOfTest()
139 private TestInformation mTestInfo; field in MediaBitstreamsTest249 mTestInfo = testInformation; in setTestInformation()254 return mTestInfo; in getTestInformation()