Home
last modified time | relevance | path

Searched refs:ABI_NAME (Results 1 – 1 of 1) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DDeviceInfoEntity.java60 public static final String ABI_NAME = "abiName"; field in DeviceInfoEntity
219 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()