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/ |
D | DeviceInteractionHelperInstaller.java | 100 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()
|
D | BusinessLogicPreparer.java | 300 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/ |
D | AppLaunchLockTest.java | 55 getUiDevice().wait(Until.hasObject(By.pkg(getPackage()).depth(0)), LAUNCH_TIME_MS); in testLockDevice() 60 getUiDevice().hasObject(By.pkg(getPackage()).depth(0))); in testLockDevice()
|
D | AppLaunchRecentAppTest.java | 77 .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()
|
D | PixelAppCompatTestBase.java | 93 getUiDevice().hasObject(By.pkg(getPackage()).depth(0))); in launchAndWaitAppOpen()
|
/test/mlts/benchmark/ |
D | build_and_run_benchmark.sh | 268 …| 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/ |
D | SignaturePermissionAllowlistTest.java | 41 import com.android.server.pm.pkg.PackageState;
|
/test/app_compat/csuite/test_scripts/src/main/java/com/android/pixel/utils/ |
D | DeviceUtils.java | 99 if (mDevice.hasObject(By.pkg(launcherPkg))) { in backToHome()
|
/test/vts-testcase/hal/treble/vintf/ |
D | SingleManifestTest.cpp | 803 ostream &operator<<(ostream &os, const NativePackage &pkg) { in operator <<() argument 804 os << pkg.name << "-v" << pkg.majorVersion; in operator <<()
|
/test/app_compat/csuite/ |
D | pylintrc | 35 extension-pkg-whitelist=
|