Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceInteractionHelperInstaller.java115 for (String pkg : searchPath.split(":")) { in setUp()
116 if (pkg.isEmpty()) { in setUp()
119 if (mInstalledPackages.contains(pkg)) { in setUp()
124 String apkName = pkg + ".apk"; in setUp()
126 checkApkFile(device, apkFile, pkg); in setUp()
127 installHelperApk(device, apkFile, pkg); in setUp()
129 CLog.w("Unable to find apk for %s", pkg); in setUp()
138 for (String pkg : mInstalledPackages) { in tearDown()
139 String msg = device.uninstallPackage(pkg); in tearDown()
141 CLog.w(String.format("Error uninstalling package '%s': %s", pkg, msg)); in tearDown()
DBusinessLogicPreparer.java265 for (String pkg : getBusinessLogicPackages(device, buildInfo)) { in buildRequestParams()
266 paramMap.put("packages", pkg); in buildRequestParams()
/test/mlts/benchmark/
Dbuild_and_run_benchmark.sh199 …| sed 's/\r//g' | grep "com.breel.wallpapers" | while read pkg; do adb shell "pm disable $pkg"; do…