AllocationInfo.SortMode
public
static
final
enum
AllocationInfo.SortMode
extends Enum<AllocationInfo.SortMode>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.device.server.AllocationInfo.SortMode> | |
| ↳ | com.android.tradefed.device.server.AllocationInfo.SortMode | |
Özet
Enum değerleri | |
|---|---|
AllocationInfo.SortMode |
ALLOCATION_SITE
|
AllocationInfo.SortMode |
CLASS
|
AllocationInfo.SortMode |
IN_CLASS
|
AllocationInfo.SortMode |
IN_METHOD
|
AllocationInfo.SortMode |
NUMBER
|
AllocationInfo.SortMode |
SIZE
|
AllocationInfo.SortMode |
THREAD
|
Herkese açık yöntemler | |
|---|---|
static
AllocationInfo.SortMode
|
valueOf(String name)
|
static
final
SortMode[]
|
values()
|
Enum değerleri
Herkese açık yöntemler
valueOf
public static AllocationInfo.SortMode valueOf (String name)
| Parametreler | |
|---|---|
name |
String |
| İlerlemeler | |
|---|---|
AllocationInfo.SortMode |
|