Stay organized with collections Save and categorize content based on your preferences.

IHostMonitor.HostMetricType

public static final enum IHostMonitor.HostMetricType

com.android.tradefed.util.hostmetric.IHostMonitor.HostMetricType


Summary

Enum values

IHostMonitor.HostMetricType  INVOCATION_STRAY_THREAD

 

IHostMonitor.HostMetricType  NONE

 

Public methods

static IHostMonitor.HostMetricType valueOf(String name)
static final HostMetricType[] values()

Enum values

INVOCATION_STRAY_THREAD

public static final IHostMonitor.HostMetricType INVOCATION_STRAY_THREAD

NONE

public static final IHostMonitor.HostMetricType NONE

Public methods

valueOf

public static IHostMonitor.HostMetricType valueOf (String name)

Parameters
name String

Returns
IHostMonitor.HostMetricType

values

public static final HostMetricType[] values ()

Returns
HostMetricType[]