IHostMonitor.HostMetricType
public
static
final
enum
IHostMonitor.HostMetricType
extends Enum<IHostMonitor.HostMetricType>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.util.hostmetric.IHostMonitor.HostMetricType> | |
| ↳ | com.android.tradefed.util.hostmetric.IHostMonitor.HostMetricType | |
요약
Enum 값 | |
|---|---|
IHostMonitor.HostMetricType |
INVOCATION_STRAY_THREAD
|
IHostMonitor.HostMetricType |
NONE
|
공개 메서드 | |
|---|---|
static
IHostMonitor.HostMetricType
|
valueOf(String name)
|
static
final
HostMetricType[]
|
values()
|
Enum 값
공개 메서드
valueOf
public static IHostMonitor.HostMetricType valueOf (String name)
| 매개변수 | |
|---|---|
name |
String |
| 반환 값 | |
|---|---|
IHostMonitor.HostMetricType |
|