Searched refs:BUILD_FLAVOR (Results 1 – 5 of 5) sorted by relevance
57 public static final String BUILD_FLAVOR = "buildFlavor"; field in DeviceInfoEntity215 deviceEntity.setProperty(BUILD_FLAVOR, this.buildFlavor.toLowerCase()); in toEntity()233 || !e.hasProperty(BUILD_FLAVOR) || !e.hasProperty(BUILD_ID) in fromEntity()242 String buildFlavor = (String) e.getProperty(BUILD_FLAVOR); in fromEntity()
66 public static final String BUILD_FLAVOR = "buildFlavor"; field in ProfilingPointSummaryEntity255 profilingSummary.setIndexedProperty(BUILD_FLAVOR, this.buildFlavor); in toEntity()300 || !e.hasProperty(BUILD_FLAVOR) in fromEntity()353 String buildFlavor = (String) e.getProperty(BUILD_FLAVOR); in fromEntity()
236 new PropertyProjection(DeviceInfoEntity.BUILD_FLAVOR, String.class)) in getTestPlanDispatcher()242 String target = entity.getProperty(DeviceInfoEntity.BUILD_FLAVOR).toString(); in getTestPlanDispatcher()
185 DeviceInfoEntity.BUILD_FLAVOR, in doGetHandler()
59 TARGET("device", DeviceInfoEntity.BUILD_FLAVOR, true),