Searched refs:getCodePath (Results 1 – 6 of 6) sorted by relevance
106 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 SilentUpdateHostsideTests168 return getDevice().getAppPackageInfo(packageName).getCodePath(); in getCodePath()
87 mPackageName, ApplicationInfoFlags.of(0)).getCodePath(); in setup()134 mPackageName, ApplicationInfoFlags.of(0)).getCodePath(); in installSplitsWithDontKill()141 mPackageName, ApplicationInfoFlags.of(0)).getCodePath(); in installSplitsWithDontKill()
990 final String packagePath = getCodePath(TEST_APP_PACKAGE); in testInstallWithIdSigStreamPerUidTimeoutsIncompleteData()1189 private String getCodePath(String packageName) throws IOException { in getCodePath() method in PackageManagerShellCommandIncrementalTest1194 return new File(getCodePath(TEST_APP_PACKAGE), splitName); in getSplit()
2862 assertThat(packageInfo.applicationInfo.getCodePath()).isNull(); in testUninstallWithKeepData()
68 return packageInfo.getCodePath(); in getCodePathFromDumpsys()
131 .filter(pkg -> pkg.getCodePath().startsWith(SHIM_APK_CODE_PATH_PREFIX)) in testPackageNameOfShimApkIsAllowed()