Searched refs:getPrimaryInstructionSet (Results 1 – 2 of 2) sorted by relevance
26 import static com.android.server.pm.InstructionSets.getPrimaryInstructionSet;158 getPrimaryInstructionSet(abis)); in getNativeLibraryPaths()190 getPrimaryInstructionSet(abis)).getAbsolutePath(); in getNativeLibraryPaths()
119 public static String getPrimaryInstructionSet(PackageAbiHelper.Abis abis) { in getPrimaryInstructionSet() method in InstructionSets