Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceInteractionHelperInstaller.java100 for (String pkg : searchPath.split(":")) { in setUp()
101 if (pkg.isEmpty()) { in setUp()
104 if (mInstalledPackages.contains(pkg)) { in setUp()
109 String apkName = pkg + ".apk"; in setUp()
111 checkApkFile(device, apkFile, pkg); in setUp()
112 installHelperApk(device, apkFile, pkg); in setUp()
114 CLog.w("Unable to find apk for %s", pkg); in setUp()
123 for (String pkg : mInstalledPackages) { in tearDown()
124 String msg = device.uninstallPackage(pkg); in tearDown()
126 CLog.w(String.format("Error uninstalling package '%s': %s", pkg, msg)); in tearDown()
DBusinessLogicPreparer.java300 for (String pkg : getBusinessLogicPackages(device, buildInfo)) { in buildRequestParams()
301 paramMap.put("packages", pkg); in buildRequestParams()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/pixel/tests/
DAppLaunchLockTest.java55 getUiDevice().wait(Until.hasObject(By.pkg(getPackage()).depth(0)), LAUNCH_TIME_MS); in testLockDevice()
60 getUiDevice().hasObject(By.pkg(getPackage()).depth(0))); in testLockDevice()
DAppLaunchRecentAppTest.java77 .wait(Until.hasObject(By.pkg(getPackage()).depth(0)), WAIT_FIFTEEN_SECONDS_IN_MS); in testLaunchFromRecentApps()
81 getUiDevice().hasObject(By.pkg(getPackage()).depth(0))); in testLaunchFromRecentApps()
DPixelAppCompatTestBase.java93 getUiDevice().hasObject(By.pkg(getPackage()).depth(0))); in launchAndWaitAppOpen()
/test/mlts/benchmark/
Dbuild_and_run_benchmark.sh268 …| sed 's/\r//g' | grep "com.breel.wallpapers" | while read pkg; do adb shell "pm disable $pkg"; do…
/test/cts-root/tests/permission/src/android/permission/cts-root/
DSignaturePermissionAllowlistTest.java41 import com.android.server.pm.pkg.PackageState;
/test/app_compat/csuite/test_scripts/src/main/java/com/android/pixel/utils/
DDeviceUtils.java99 if (mDevice.hasObject(By.pkg(launcherPkg))) { in backToHome()
/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp803 ostream &operator<<(ostream &os, const NativePackage &pkg) { in operator <<() argument
804 os << pkg.name << "-v" << pkg.majorVersion; in operator <<()
/test/app_compat/csuite/
Dpylintrc35 extension-pkg-whitelist=