Searched refs:pkg (Results 1 – 5 of 5) 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()
93 …| sed 's/\r//g' | grep "com.breel.wallpapers" | while read pkg; do adb shell "pm disable $pkg"; do…
332 public boolean activityStarting(Intent intent, String pkg) throws RemoteException { in activityStarting() argument338 public boolean activityResuming(String pkg) throws RemoteException { in activityResuming() argument339 Log.d(TAG, "activity resuming: " + pkg); in activityResuming()
META-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...