IMetricCollector.MetricCollectionLevel
public
static
final
enum
IMetricCollector.MetricCollectionLevel
extends Enum<IMetricCollector.MetricCollectionLevel>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.device.metric.IMetricCollector.MetricCollectionLevel> | |
| ↳ | com.android.tradefed.device.metric.IMetricCollector.MetricCollectionLevel | |
Enumeration representing the current level of Metric collection.
Summary
Enum values | |
|---|---|
IMetricCollector.MetricCollectionLevel |
MODULE
|
IMetricCollector.MetricCollectionLevel |
NULL
|
IMetricCollector.MetricCollectionLevel |
TEST_CASE
|
IMetricCollector.MetricCollectionLevel |
TEST_RUN
|
Public methods | |
|---|---|
static
IMetricCollector.MetricCollectionLevel
|
valueOf(String name)
|
static
final
MetricCollectionLevel[]
|
values()
|
Enum values
Public methods
valueOf
public static IMetricCollector.MetricCollectionLevel valueOf (String name)
| Parameters | |
|---|---|
name |
String |
| Returns | |
|---|---|
IMetricCollector.MetricCollectionLevel |
|
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 2026-06-22 UTC.