Home
last modified time | relevance | path

Searched defs:runUtil (Results 1 – 7 of 7) sorted by relevance

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DApkInstallerTest.java63 IRunUtil runUtil = Mockito.mock(IRunUtil.class); in install_installCommandFailed_throwsException() local
76 IRunUtil runUtil = Mockito.mock(IRunUtil.class); in install_installCommandSucceed_doesNotThrow() local
89 IRunUtil runUtil = Mockito.mock(IRunUtil.class); in install_parsePackageNameFailed_throwsException() local
111 IRunUtil runUtil = Mockito.mock(IRunUtil.class); in install_obbExists_installObb() local
DAppCrawlTesterTest.java590 IRunUtil runUtil = Mockito.mock(IRunUtil.class); in simulatePreparerWasExecutedSuccessfully() local
/test/app_compat/csuite/test_scripts/src/main/java/com/android/webview/lib/
DWebviewInstallerToolPreparer.java72 RunUtil runUtil = new RunUtil(); in runWebviewInstallerToolCommand() local
137 RunUtil runUtil = mRunUtilProvider.get(); in setUp() local
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DAppCrawlTesterHostPreparer.java142 IRunUtil runUtil = mRunUtilProvider.get(); in setUp() local
DApkInstaller.java57 ApkInstaller(String deviceSerial, IRunUtil runUtil, PackageNameParser packageNameParser) { in ApkInstaller()
DAppCrawlTester.java200 IRunUtil runUtil = mRunUtilProvider.get(); in start() local
/test/vts/tests/firmware_dtbo_test/src/com/android/tests/firmwaredtbo/
DFirmwareDtboVerification.java115 RunUtil runUtil = new RunUtil(); in testCheckDTBOPartition() local