Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DDeviceInfoEntity.java57 public static final String BUILD_FLAVOR = "buildFlavor"; field in DeviceInfoEntity
215 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()
DProfilingPointSummaryEntity.java66 public static final String BUILD_FLAVOR = "buildFlavor"; field in ProfilingPointSummaryEntity
255 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()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGreenReleaseServlet.java236 new PropertyProjection(DeviceInfoEntity.BUILD_FLAVOR, String.class)) in getTestPlanDispatcher()
242 String target = entity.getProperty(DeviceInfoEntity.BUILD_FLAVOR).toString(); in getTestPlanDispatcher()
DShowGraphServlet.java185 DeviceInfoEntity.BUILD_FLAVOR, in doGetHandler()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DFilterUtil.java59 TARGET("device", DeviceInfoEntity.BUILD_FLAVOR, true),