Searched refs:isIncrementalPath (Results 1 – 14 of 14) sorted by relevance
19 import static android.os.incremental.IncrementalManager.isIncrementalPath;343 if (isIncrementalPath(apkPath)) { in getDigestFromUid()
143 if (IncrementalManager.isIncrementalPath(filePath)) { in isCompressionAllowed()
116 if (inheritedDir != null && IncrementalManager.isIncrementalPath( in IncrementalFileStorages()
265 public static boolean isIncrementalPath(@NonNull String path) { in isIncrementalPath() method in IncrementalManager
23 import static android.os.incremental.IncrementalManager.isIncrementalPath;316 final boolean onIncremental = isIncrementalPath(pkg.getPath()); in derivePackageAbi()
540 if (!IncrementalManager.isIncrementalPath(filePath)) { in needToWait()
817 incrementalStates.onCommit(IncrementalManager.isIncrementalPath(getPathString())); in setStatesOnCommit()
105 import static android.os.incremental.IncrementalManager.isIncrementalPath;12282 if (mIncrementalManager != null && isIncrementalPath(parsedPackage.getPath())) { in addForInitLI()13182 final boolean isIncremental = (mIncrementalManager != null && isIncrementalPath( in removeCodePathLI()18722 final boolean isIncremental = isIncrementalPath(codeFile.getAbsolutePath()); in doCopyApk()18759 && isIncrementalPath(beforeCodeFile.getAbsolutePath()); in doRename()19170 if (IncrementalManager.isIncrementalPath(codePath) && mIncrementalManager != null) { in updateSettingsInternalLI()19994 && isIncrementalPath(codePath); in executePostCommitSteps()21058 if (isIncrementalPath(pkg.getPath()) && IncrementalManager.getVersion() in setUpFsVerityIfPossible()
1071 if (IncrementalManager.isIncrementalPath(codePath.getAbsolutePath())) {
152 if (IncrementalManager.isIncrementalPath(pkg.getPath())) { in canHaveOatDir()
423 && IncrementalManager.isIncrementalPath(codePath)) { in appNotResponding()
7843 && IncrementalManager.isIncrementalPath(codePath)) { in handleApplicationCrashInner()
991 if (codePath != null && IncrementalManager.isIncrementalPath(codePath)) { in logAppTransition()1123 if (codePath != null && IncrementalManager.isIncrementalPath(codePath)) { in logAppTransitionReportedDrawn()
4066 if (IncrementalManager.isIncrementalPath(pi.applicationInfo.getBaseCodePath())) {