Searched refs:ABI_BITNESS (Results 1 – 1 of 1) sorted by relevance
59 public static final String ABI_BITNESS = "abiBitness"; field in DeviceInfoEntity218 deviceEntity.setUnindexedProperty(ABI_BITNESS, this.abiBitness.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()247 abiBitness = (String) e.getProperty(ABI_BITNESS); in fromEntity()