Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtUtils.java19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
45 Arrays.asList(getAppDexInstructionSets(packageState.getPrimaryCpuAbi(), in createArtPackageInfo()
/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java38 public static String[] getAppDexInstructionSets(String primaryCpuAbi, String secondaryCpuAbi) { in getAppDexInstructionSets() method in InstructionSets
DOtaDexoptService.java19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
434 final String[] instructionSets = getAppDexInstructionSets( in moveAbArtifacts()
DPackageDexOptimizer.java37 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
260 targetInstructionSets : getAppDexInstructionSets( in performDexOptLI()
DDeletePackageHelper.java28 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
580 ps.getPathString(), getAppDexInstructionSets( in deleteInstalledPackageLIF()
DInstallPackageHelper.java50 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
2213 getAppDexInstructionSets( in commitPackagesLocked()
4111 getAppDexInstructionSets(pkgSetting.getPrimaryCpuAbiLegacy(), in scanSystemPackageLI()
4217 getAppDexInstructionSets( in scanSystemPackageLI()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageManagerTests.java2963 private static String[] getAppDexInstructionSets(ApplicationInfo info) { in getAppDexInstructionSets() method in PackageManagerTests