Uses of Class
com.android.ddmlib.log.EventContainer.CompareMethod

Packages that use EventContainer.CompareMethod
com.android.ddmlib.log   
 

Uses of EventContainer.CompareMethod in com.android.ddmlib.log
 

Methods in com.android.ddmlib.log that return EventContainer.CompareMethod
static EventContainer.CompareMethod EventContainer.CompareMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventContainer.CompareMethod[] EventContainer.CompareMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.android.ddmlib.log with parameters of type EventContainer.CompareMethod
 boolean EventContainer.testValue(int index, java.lang.Object value, EventContainer.CompareMethod compareMethod)
          Checks that the index-th value of this event against a provided value.
 



Copyright © 2008-2011. All Rights Reserved.