Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DApkInstaller.java40 private static long sCommandTimeOut = TimeUnit.MINUTES.toMillis(4); field in ApkInstaller
91 mRunUtil.runTimedCmd(sCommandTimeOut, uninstallCmd); in install()
97 CommandResult apkRes = mRunUtil.runTimedCmd(sCommandTimeOut, installApkCmd); in install()
166 CommandResult res = mRunUtil.runTimedCmd(sCommandTimeOut, cmd); in uninstallAllInstalledPackages()