Searched refs:pkg (Results 1 – 3 of 3) sorted by relevance
115 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()
265 for (String pkg : getBusinessLogicPackages(device, buildInfo)) { in buildRequestParams()266 paramMap.put("packages", pkg); in buildRequestParams()
199 …| sed 's/\r//g' | grep "com.breel.wallpapers" | while read pkg; do adb shell "pm disable $pkg"; do…