Uses of Class
com.android.ddmlib.log.EventValueDescription.ValueType

Packages that use EventValueDescription.ValueType
com.android.ddmlib.log   
 

Uses of EventValueDescription.ValueType in com.android.ddmlib.log
 

Methods in com.android.ddmlib.log that return EventValueDescription.ValueType
 EventValueDescription.ValueType EventValueDescription.getValueType()
           
static EventValueDescription.ValueType EventValueDescription.ValueType.getValueType(int value)
          Returns a EventValueDescription.ValueType from an integer value, or null if no match were found.
static EventValueDescription.ValueType EventValueDescription.ValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventValueDescription.ValueType[] EventValueDescription.ValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2008-2012. All Rights Reserved.