Searched refs:sharedLibraryIsa (Results 1 – 1 of 1) sorted by relevance
64 public static String getDexCodeInstructionSet(String sharedLibraryIsa) { in getDexCodeInstructionSet() argument66 String dexCodeIsa = SystemProperties.get("ro.dalvik.vm.isa." + sharedLibraryIsa); in getDexCodeInstructionSet()67 return TextUtils.isEmpty(dexCodeIsa) ? sharedLibraryIsa : dexCodeIsa; in getDexCodeInstructionSet()