Searched refs:ABI_BITNESS (Results 1 – 2 of 2) 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()
92 static final String ABI_BITNESS = "abi_bitness"; field in VtsMultiDeviceTest950 jsonObject.put(ABI_BITNESS, mAbi.getBitness()); in updateVtsRunnerTestConfig()951 CLog.d("Added %s to the Json object", ABI_BITNESS); in updateVtsRunnerTestConfig()