Searched defs:EventValueDescription (Results 1 - 1 of 1) sorted by relevance

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
H A DEventValueDescription.java31 * index of this particular object in the array of {@link EventValueDescription} returned by
35 public final class EventValueDescription { class
101 * Builds a {@link EventValueDescription} with a name and a type.
109 EventValueDescription(String name, EventValueType type) { method in class:EventValueDescription
120 * Builds a {@link EventValueDescription} with a name and a type, and a {@link ValueType}.
128 EventValueDescription(String name, EventValueType type, ValueType valueType) method in class:EventValueDescription

Completed in 24 milliseconds