Searched refs:getAppDexInstructionSets (Results 1 – 7 of 7) sorted by relevance
19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;45 Arrays.asList(getAppDexInstructionSets(packageState.getPrimaryCpuAbi(), in createArtPackageInfo()
38 public static String[] getAppDexInstructionSets(String primaryCpuAbi, String secondaryCpuAbi) { in getAppDexInstructionSets() method in InstructionSets
19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;434 final String[] instructionSets = getAppDexInstructionSets( in moveAbArtifacts()
37 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;260 targetInstructionSets : getAppDexInstructionSets( in performDexOptLI()
28 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;580 ps.getPathString(), getAppDexInstructionSets( in deleteInstalledPackageLIF()
50 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;2213 getAppDexInstructionSets( in commitPackagesLocked()4111 getAppDexInstructionSets(pkgSetting.getPrimaryCpuAbiLegacy(), in scanSystemPackageLI()4217 getAppDexInstructionSets( in scanSystemPackageLI()
2963 private static String[] getAppDexInstructionSets(ApplicationInfo info) { in getAppDexInstructionSets() method in PackageManagerTests