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