Searched refs:sPreferredInstructionSet (Results 1 – 1 of 1) sorted by relevance
326 private static String sPreferredInstructionSet; field in PackageManagerService4985 if (sPreferredInstructionSet == null) { in getPreferredInstructionSet()4986 sPreferredInstructionSet = VMRuntime.getInstructionSet(Build.SUPPORTED_ABIS[0]); in getPreferredInstructionSet()4989 return sPreferredInstructionSet; in getPreferredInstructionSet()