ModuleParameters
public
final
enum
ModuleParameters
extends Enum<ModuleParameters>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.testtype.suite.params.ModuleParameters> | |
↳ | com.android.tradefed.testtype.suite.params.ModuleParameters |
Special values associated with the suite "parameter" keys in the metadata of each module.
Summary
Enum values | |
---|---|
ModuleParameters |
ALL_FOLDABLE_STATES
|
ModuleParameters |
INSTANT_APP
describes a parameterization based on app that should be installed in instant mode. |
ModuleParameters |
MULTIUSER
|
ModuleParameters |
MULTI_ABI
|
ModuleParameters |
NOT_INSTANT_APP
|
ModuleParameters |
NOT_MULTI_ABI
|
ModuleParameters |
NOT_SECONDARY_USER
|
ModuleParameters |
NO_FOLDABLE_STATES
|
ModuleParameters |
RUN_ON_SECONDARY_USER
|
ModuleParameters |
RUN_ON_WORK_PROFILE
|
ModuleParameters |
SECONDARY_USER
|
Constants | |
---|---|
String |
INSTANT_APP_FAMILY
|
String |
MULTIUSER_FAMILY
|
String |
MULTI_ABI_FAMILY
|
String |
RUN_ON_SECONDARY_USER_FAMILY
|
String |
RUN_ON_WORK_PROFILE_FAMILY
|
String |
SECONDARY_USER_FAMILY
|
Fields | |
---|---|
public
static
final
String[] |
FAMILY_LIST
|
Public methods | |
---|---|
String
|
getFamily()
Returns the family of the Module Parameter. |
String
|
toString()
|
static
ModuleParameters
|
valueOf(String name)
|
static
final
ModuleParameters[]
|
values()
|
Enum values
INSTANT_APP
public static final ModuleParameters INSTANT_APP
describes a parameterization based on app that should be installed in instant mode.
Constants
INSTANT_APP_FAMILY
public static final String INSTANT_APP_FAMILY
Constant Value: "instant_app_family"
MULTIUSER_FAMILY
public static final String MULTIUSER_FAMILY
Constant Value: "multiuser_family"
MULTI_ABI_FAMILY
public static final String MULTI_ABI_FAMILY
Constant Value: "multi_abi_family"
RUN_ON_SECONDARY_USER_FAMILY
public static final String RUN_ON_SECONDARY_USER_FAMILY
Constant Value: "run_on_secondary_user_family"
RUN_ON_WORK_PROFILE_FAMILY
public static final String RUN_ON_WORK_PROFILE_FAMILY
Constant Value: "run_on_work_profile_family"
SECONDARY_USER_FAMILY
public static final String SECONDARY_USER_FAMILY
Constant Value: "secondary_user_family"
Fields
FAMILY_LIST
public static final String[] FAMILY_LIST
Public methods
getFamily
public String getFamily ()
Returns the family of the Module Parameter.
Returns | |
---|---|
String |
toString
public String toString ()
Returns | |
---|---|
String |
valueOf
public static ModuleParameters valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
ModuleParameters |
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 2022-08-03 UTC.