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 | |
Summary
Enum values | |
|---|---|
AllocationInfo.SortMode |
ALLOCATION_SITE
|
AllocationInfo.SortMode |
CLASS
|
AllocationInfo.SortMode |
IN_CLASS
|
AllocationInfo.SortMode |
IN_METHOD
|
AllocationInfo.SortMode |
NUMBER
|
AllocationInfo.SortMode |
SIZE
|
AllocationInfo.SortMode |
THREAD
|
Public methods | |
|---|---|
static
AllocationInfo.SortMode
|
valueOf(String name)
|
static
final
SortMode[]
|
values()
|
Enum values
Public methods
valueOf
public static AllocationInfo.SortMode valueOf (String name)
| Parameters | |
|---|---|
name |
String |
| Returns | |
|---|---|
AllocationInfo.SortMode |
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-12-04 UTC.