Home
last modified time | relevance | path

Searched refs:pkg (Results 1 – 5 of 5) 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.sh93 …| sed 's/\r//g' | grep "com.breel.wallpapers" | while read pkg; do adb shell "pm disable $pkg"; do…
/test/app_compat/csuite/instrumentation/launch/src/main/java/com/android/compatibilitytest/
DAppCompatibility.java332 public boolean activityStarting(Intent intent, String pkg) throws RemoteException { in activityStarting() argument
338 public boolean activityResuming(String pkg) throws RemoteException { in activityResuming() argument
339 Log.d(TAG, "activity resuming: " + pkg); in activityResuming()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...