Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DArtUtils.java19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
45 Arrays.asList(getAppDexInstructionSets(packageState.getPrimaryCpuAbi(), in createArtPackageInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstructionSets.java38 public static String[] getAppDexInstructionSets(String primaryCpuAbi, String secondaryCpuAbi) { in getAppDexInstructionSets() method in InstructionSets
H A DOtaDexoptService.java20 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
435 final String[] instructionSets = getAppDexInstructionSets( in moveAbArtifacts()
H A DPackageDexOptimizer.java38 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
274 targetInstructionSets : getAppDexInstructionSets( in performDexOptLI()
705 final String[] instructionSets = getAppDexInstructionSets(pkgSetting.getPrimaryCpuAbi(), in dumpDexoptState()
H A DDexOptHelper.java23 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
565 final String[] instructionSets = getAppDexInstructionSets( in performDexOptInternalWithDependenciesLI()
H A DDeletePackageHelper.java29 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
581 ps.getPathString(), getAppDexInstructionSets( in deleteInstalledPackageLIF()
H A DInstallPackageHelper.java49 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
2090 getAppDexInstructionSets( in commitPackagesLocked()
4215 getAppDexInstructionSets(pkgSetting.getPrimaryCpuAbiLegacy(), in scanSystemPackageLI()
4305 getAppDexInstructionSets( in scanSystemPackageLI()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerTests.java2960 private static String[] getAppDexInstructionSets(ApplicationInfo info) { in getAppDexInstructionSets() method in PackageManagerTests