Uses of Class
com.android.ddmlib.AllocationInfo.SortMode

Packages that use AllocationInfo.SortMode
com.android.ddmlib   
 

Uses of AllocationInfo.SortMode in com.android.ddmlib
 

Methods in com.android.ddmlib that return AllocationInfo.SortMode
 AllocationInfo.SortMode AllocationInfo.AllocationSorter.getSortMode()
           
static AllocationInfo.SortMode AllocationInfo.SortMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AllocationInfo.SortMode[] AllocationInfo.SortMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.android.ddmlib with parameters of type AllocationInfo.SortMode
 void AllocationInfo.AllocationSorter.setSortMode(AllocationInfo.SortMode mode)
           
 



Copyright © 2008-2012. All Rights Reserved.