Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java336 final boolean useCloudProfile = isProfileGuidedCompilerFilter(compilerFilter) in performDexOptLI()
341 if (options.isDexoptInstallWithDexMetadata() || useCloudProfile) { in performDexOptLI()
357 if (useCloudProfile) { in performDexOptLI()
379 useCloudProfile, options); in performDexOptLI()
655 String compilerFilter, boolean useCloudProfile, DexoptOptions options) { in getDexFlags() argument
659 useCloudProfile, options); in getDexFlags()
668 String compilerFilter, boolean useCloudProfile, DexoptOptions options) { in getDexFlags() argument
676 || useCloudProfile; in getDexFlags()