Searched refs:ABI_NAME (Results 1 – 2 of 2) sorted by relevance
60 public static final String ABI_NAME = "abiName"; field in DeviceInfoEntity219 deviceEntity.setUnindexedProperty(ABI_NAME, this.abiName.toLowerCase()); in toEntity()234 || !e.hasProperty(ABI_BITNESS) || !e.hasProperty(ABI_NAME)) { in fromEntity()246 if (e.hasProperty(ABI_BITNESS) && e.hasProperty(ABI_NAME)) { in fromEntity()248 abiName = (String) e.getProperty(ABI_NAME); in fromEntity()
91 static final String ABI_NAME = "abi_name"; field in VtsMultiDeviceTest948 jsonObject.put(ABI_NAME, mAbi.getName()); in updateVtsRunnerTestConfig()949 CLog.d("Added %s to the Json object", ABI_NAME); in updateVtsRunnerTestConfig()