TestInvocation.RunMode
public static final enum TestInvocation.RunMode
extends Enum< TestInvocation.RunMode >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.invoker.TestInvocation.RunMode > | |
↳ | com.android.tradefed.invoker.TestInvocation.RunMode |
الوضع المختلف الذي يمكن تشغيل الاستدعاء فيه.
ملخص
تعداد القيم | |
---|---|
TestInvocation.RunMode | DELEGATED_INVOCATION |
TestInvocation.RunMode | PARENT_SANDBOX |
TestInvocation.RunMode | REGULAR |
TestInvocation.RunMode | REMOTE_INVOCATION |
TestInvocation.RunMode | SANDBOX
|
الأساليب العامة | |
---|---|
static TestInvocation.RunMode | valueOf (String name) |
static final RunMode[] | values () |
تعداد القيم
DELEGATED_INVOCATION
public static final TestInvocation.RunMode DELEGATED_INVOCATION
PARENT_SANDBOX
public static final TestInvocation.RunMode PARENT_SANDBOX
عادي
public static final TestInvocation.RunMode REGULAR
REMOTE_INVOCATION
public static final TestInvocation.RunMode REMOTE_INVOCATION
ساندبوكس
public static final TestInvocation.RunMode SANDBOX
الأساليب العامة
قيمة ال
public static TestInvocation.RunMode valueOf (String name)
المعلمات | |
---|---|
name | String |
عائدات | |
---|---|
TestInvocation.RunMode |
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 2020-09-08 UTC.
[]
[]