Searched refs:getCodePath (Results 1 – 4 of 4) 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()
68 return packageInfo.getCodePath(); in getCodePathFromDumpsys()
138 .filter(pkg -> pkg.getCodePath().startsWith(SHIM_APK_CODE_PATH_PREFIX)) in testPackageNameOfShimApkIsAllowed()
969 final String packagePath = getCodePath(TEST_APP_PACKAGE); in testInstallWithIdSigStreamPerUidTimeoutsIncompleteData()1168 private String getCodePath(String packageName) throws IOException { in getCodePath() method in PackageManagerShellCommandIncrementalTest1173 return new File(getCodePath(TEST_APP_PACKAGE), splitName); in getSplit()