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

  /test/vti/dashboard/src/main/java/com/android/vts/entity/
ProfilingPointRunEntity.java 32 public class ProfilingPointRunEntity implements DashboardEntity {
34 Logger.getLogger(ProfilingPointRunEntity.class.getName());
59 * Create a ProfilingPointRunEntity object.
71 public ProfilingPointRunEntity(
114 * @return ProfilingPointRunEntity object with the properties from e, or null if incompatible.
117 public static ProfilingPointRunEntity fromEntity(Entity e) {
145 return new ProfilingPointRunEntity(
159 * @return The ProfilingPointRunEntity for the profiling report message, or null if incompatible
161 public static ProfilingPointRunEntity fromProfilingReport(
214 return new ProfilingPointRunEntity(
    [all...]
  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
ShowGraphServlet.java 20 import com.android.vts.entity.ProfilingPointRunEntity;
93 ProfilingPointRunEntity pt = ProfilingPointRunEntity.fromEntity(profilingRun);
170 testRun.getKey(), ProfilingPointRunEntity.KIND, profilingPointName));

Completed in 75 milliseconds