Searched refs:ABI_NAME (Results 1 – 1 of 1) 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()