Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageAbiHelperImpl.java26 import static com.android.server.pm.InstructionSets.getPrimaryInstructionSet;
158 getPrimaryInstructionSet(abis)); in getNativeLibraryPaths()
190 getPrimaryInstructionSet(abis)).getAbsolutePath(); in getNativeLibraryPaths()
DInstructionSets.java119 public static String getPrimaryInstructionSet(PackageAbiHelper.Abis abis) { in getPrimaryInstructionSet() method in InstructionSets