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 | |
요약
Enum 값 | |
|---|---|
AllocationInfo.SortMode |
ALLOCATION_SITE
|
AllocationInfo.SortMode |
CLASS
|
AllocationInfo.SortMode |
IN_CLASS
|
AllocationInfo.SortMode |
IN_METHOD
|
AllocationInfo.SortMode |
NUMBER
|
AllocationInfo.SortMode |
SIZE
|
AllocationInfo.SortMode |
THREAD
|
공개 메서드 | |
|---|---|
static
AllocationInfo.SortMode
|
valueOf(String name)
|
static
final
SortMode[]
|
values()
|
Enum 값
공개 메서드
valueOf
public static AllocationInfo.SortMode valueOf (String name)
| 매개변수 | |
|---|---|
name |
String |
| 반환 값 | |
|---|---|
AllocationInfo.SortMode |
|