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 | |
摘要
列舉值 | |
|---|---|
IHostMonitor.HostMetricType |
INVOCATION_STRAY_THREAD
|
IHostMonitor.HostMetricType |
NONE
|
公用方法 | |
|---|---|
static
IHostMonitor.HostMetricType
|
valueOf(String name)
|
static
final
HostMetricType[]
|
values()
|
列舉值
公用方法
valueOf
public static IHostMonitor.HostMetricType valueOf (String name)
| 參數 | |
|---|---|
name |
String |
| 傳回 | |
|---|---|
IHostMonitor.HostMetricType |
|