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