Home
last modified time | relevance | path

Searched refs:getCodePath (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/silentupdate/src/com/android/tests/hostside/silentupdate/
DSilentUpdateHostsideTests.java106 String originalCodePath = getCodePath(TEST_PKG); in selfUpdate_RequiresNoUserAction()
162 && originalCodePath.equals(getCodePath(packageName))) { in waitForPathChange()
167 private String getCodePath(String packageName) throws DeviceNotAvailableException { in getCodePath() method in SilentUpdateHostsideTests
168 return getDevice().getAppPackageInfo(packageName).getCodePath(); in getCodePath()
/cts/tests/tests/content/src/android/content/pm/cts/
DInstallDontKillTest.java87 mPackageName, ApplicationInfoFlags.of(0)).getCodePath(); in setup()
134 mPackageName, ApplicationInfoFlags.of(0)).getCodePath(); in installSplitsWithDontKill()
141 mPackageName, ApplicationInfoFlags.of(0)).getCodePath(); in installSplitsWithDontKill()
DPackageManagerShellCommandIncrementalTest.java990 final String packagePath = getCodePath(TEST_APP_PACKAGE); in testInstallWithIdSigStreamPerUidTimeoutsIncompleteData()
1189 private String getCodePath(String packageName) throws IOException { in getCodePath() method in PackageManagerShellCommandIncrementalTest
1194 return new File(getCodePath(TEST_APP_PACKAGE), splitName); in getSplit()
DPackageManagerTest.java2862 assertThat(packageInfo.applicationInfo.getCodePath()).isNull(); in testUninstallWithKeepData()
/cts/hostsidetests/packagemanager/packagesetting/src/com/android/tests/packagesetting/host/
DPackageSettingTest.java68 return packageInfo.getCodePath(); in getCodePathFromDumpsys()
/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DApexShimValidationTest.java131 .filter(pkg -> pkg.getCodePath().startsWith(SHIM_APK_CODE_PATH_PREFIX)) in testPackageNameOfShimApkIsAllowed()