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

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventContainer.java 69 public static enum EventValueType {
82 * Returns a {@link EventValueType} from an integer value, or <code>null</code> if no match
86 static EventValueType getEventValueType(int value) {
87 for (EventValueType type : values()) {
98 * {@link EventValueType}.
129 EventValueType type = getEventValueType(Integer.parseInt(m.group(1)));
164 private EventValueType(int value) {
210 * @throws InvalidTypeException if the data type is not {@link EventValueType#INT}.
214 if (getType(mData) == EventValueType.INT) {
223 * @throws InvalidTypeException if the data type is not {@link EventValueType#LONG}.
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 22 milliseconds