Home
last modified time | relevance | path

Searched refs:mTestInfo (Results 1 – 5 of 5) sorted by relevance

/cts/common/host-side/util-axt/src/com/android/compatibility/common/util/
DUserUtil.java31 private final TestInformation mTestInfo; field in UserUtil
34 mTestInfo = testInfo; in UserUtil()
44 String propValue = mTestInfo.properties().get(RUN_TESTS_AS_USER_KEY); in getTestUserId()
56 ITestDevice device = mTestInfo.getDevice(); in getTestUserId()
/cts/hostsidetests/compilation/src/android/compilation/cts/
DUtils.java42 private final TestInformation mTestInfo; field in Utils
46 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()
/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java57 private TestInformation mTestInfo = null; field in InstallUtilsHost
65 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()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestHelper.java56 private final TestInfo mTestInfo; field in TestHelper
90 mTestInfo = new TestInfo(testContext.getPackageName(), testClass.getName(), in TestHelper()
157 return isFrom(mTestInfo.getTestName()).and(isType(TEST_START)); in isStartOfTest()
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DMediaBitstreamsTest.java139 private TestInformation mTestInfo; field in MediaBitstreamsTest
249 mTestInfo = testInformation; in setTestInformation()
254 return mTestInfo; in getTestInformation()