HomeSort by relevance Sort by last modified time
    Searched defs:ProfilingPointSummaryEntity (Results 1 - 2 of 2) sorted by null

  /test/vti/dashboard/src/main/java/com/android/vts/entity/
ProfilingPointSummaryEntity.java 32 public class ProfilingPointSummaryEntity implements DashboardEntity {
34 Logger.getLogger(ProfilingPointSummaryEntity.class.getName());
68 * Create a ProfilingPointSummaryEntity object.
80 public ProfilingPointSummaryEntity(
100 * Create a new ProfilingPointSummaryEntity object.
108 public ProfilingPointSummaryEntity(
122 * Create a key for a ProfilingPointSummaryEntity.
129 * @return a Key object for the ProfilingPointSummaryEntity in the database.
209 * Convert an Entity object to a ProfilingPointSummaryEntity.
212 * @return ProfilingPointSummaryEntity object with the properties from e, or null i
    [all...]
  /test/vti/dashboard/src/main/java/com/android/vts/job/
VtsProfilingStatsJobServlet.java 22 import com.android.vts.entity.ProfilingPointSummaryEntity;
136 branches.add(ProfilingPointSummaryEntity.ALL);
137 deviceNames.add(ProfilingPointSummaryEntity.ALL);
148 ProfilingPointSummaryEntity.createKey(
154 Map<String, Map<String, ProfilingPointSummaryEntity>> summaryMap = new HashMap<>();
157 ProfilingPointSummaryEntity profilingPointSummary =
158 ProfilingPointSummaryEntity.fromEntity(e);
166 Map<String, ProfilingPointSummaryEntity> deviceMap =
171 Set<ProfilingPointSummaryEntity> modifiedEntities = new HashSet<>();
177 Map<String, ProfilingPointSummaryEntity> deviceMap = summaryMap.get(branch)
    [all...]

Completed in 94 milliseconds