Home
last modified time | relevance | path

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

/art/test/odsign/test-src/com/android/tests/odsign/
DDeviceState.java48 private final TestInformation mTestInfo; field in DeviceState
59 mTestInfo = testInfo; in DeviceState()
66 mTestInfo.getDevice().executeShellV2Command(String.format("umount '%s'", mountPoint)); in restore()
70 mTestInfo.getDevice().deleteFile(tempFile); in restore()
74 mTestInfo.getDevice().setProperty( in restore()
80 mTestInfo.getDevice().executeShellV2Command( in restore()
84 mTestInfo.getDevice().executeShellV2Command( in restore()
91 mTestInfo.getDevice().executeShellV2Command( in restore()
93 mTestInfo.getDevice().executeShellV2Command(String.format("rm '%s'", entry.getValue())); in restore()
94 mTestInfo.getDevice().executeShellV2Command( in restore()
[all …]
DOdsignTestUtils.java89 private final TestInformation mTestInfo; field in OdsignTestUtils
94 mTestInfo = testInfo; in OdsignTestUtils()
104 mTestInfo.getDevice().executeShellCommand("pm list packages -f --apex-only"); in installTestApex()
114 mTestInfo.properties().put(PACKAGE_NAME_KEY, artApexName); in installTestApex()
120 String packageName = mTestInfo.properties().get(PACKAGE_NAME_KEY); in uninstallTestApex()
122 mTestInfo.getDevice().uninstallPackage(packageName); in uninstallTestApex()
250 mTestInfo.getDevice().executeShellV2Command("stat " + ODREFRESH_COMPILATION_LOG); in haveCompilationLog()
255 mTestInfo.getDevice().executeShellCommand("rm -f " + ODREFRESH_COMPILATION_LOG); in removeCompilationLogToAvoidBackoff()
259 TestDeviceOptions options = mTestInfo.getDevice().getOptions(); in reboot()
265 mTestInfo.getDevice().setOptions(options); in reboot()
[all …]
/art/test/update-rollback/src/com/android/tests/apex/art/
DArtApexTestUtils.java43 private final TestInformation mTestInfo; field in ArtApexTestUtils
48 mTestInfo = testInfo; in ArtApexTestUtils()
65 mTestInfo.getDevice().uninstallPackage(apex.name); in uninstallTestApex()
70 mTestInfo.getDevice().reboot(); in reboot()
72 mTestInfo.getDevice().waitForBootComplete(BOOT_COMPLETE_TIMEOUT.toMillis()); in reboot()