BugreportCollector.Relation
public
static
final
enum
BugreportCollector.Relation
extends Enum<BugreportCollector.Relation>
implements
BugreportCollector.SubPredicate
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.result.BugreportCollector.Relation> | |
| ↳ | com.android.tradefed.result.BugreportCollector.Relation | |
摘要
列舉值 | |
|---|---|
BugreportCollector.Relation |
AFTER
|
BugreportCollector.Relation |
AT_START_OF
|
公用方法 | |
|---|---|
static
BugreportCollector.Relation
|
valueOf(String name)
|
static
final
Relation[]
|
values()
|
列舉值
公用方法
valueOf
public static BugreportCollector.Relation valueOf (String name)
| 參數 | |
|---|---|
name |
String |
| 傳回 | |
|---|---|
BugreportCollector.Relation |
|