Searched refs:BUILD_ID (Results 1 – 2 of 2) sorted by relevance
58 public static final String BUILD_ID = "buildId"; field in DeviceInfoEntity216 deviceEntity.setProperty(BUILD_ID, this.buildId.toLowerCase()); in toEntity()233 || !e.hasProperty(BUILD_FLAVOR) || !e.hasProperty(BUILD_ID) in fromEntity()243 String buildId = (String) e.getProperty(BUILD_ID); in fromEntity()
57 DEVICE_BUILD_ID("deviceBuildId", DeviceInfoEntity.BUILD_ID, true),