Searched refs:getAppDexInstructionSets (Results 1 – 8 of 8) 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
20 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;435 final String[] instructionSets = getAppDexInstructionSets( in moveAbArtifacts()
38 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;274 targetInstructionSets : getAppDexInstructionSets( in performDexOptLI()705 final String[] instructionSets = getAppDexInstructionSets(pkgSetting.getPrimaryCpuAbi(), in dumpDexoptState()
23 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;565 final String[] instructionSets = getAppDexInstructionSets( in performDexOptInternalWithDependenciesLI()
29 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;581 ps.getPathString(), getAppDexInstructionSets( in deleteInstalledPackageLIF()
49 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;2090 getAppDexInstructionSets( in commitPackagesLocked()4215 getAppDexInstructionSets(pkgSetting.getPrimaryCpuAbiLegacy(), in scanSystemPackageLI()4305 getAppDexInstructionSets( in scanSystemPackageLI()
2960 private static String[] getAppDexInstructionSets(ApplicationInfo info) { in getAppDexInstructionSets() method in PackageManagerTests