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

ALL_FOLDABLE_STATES

public static final ModuleParameters ALL_FOLDABLE_STATES

INSTANT_APP

public static final ModuleParameters INSTANT_APP

describes a parameterization based on app that should be installed in instant mode.

MULTIUSER

public static final ModuleParameters MULTIUSER

MULTI_ABI

public static final ModuleParameters MULTI_ABI

NOT_INSTANT_APP

public static final ModuleParameters NOT_INSTANT_APP

NOT_MULTI_ABI

public static final ModuleParameters NOT_MULTI_ABI

NOT_SECONDARY_USER

public static final ModuleParameters NOT_SECONDARY_USER

NO_FOLDABLE_STATES

public static final ModuleParameters NO_FOLDABLE_STATES

RUN_ON_SECONDARY_USER

public static final ModuleParameters RUN_ON_SECONDARY_USER

RUN_ON_WORK_PROFILE

public static final ModuleParameters RUN_ON_WORK_PROFILE

SECONDARY_USER

public static final ModuleParameters SECONDARY_USER

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

values

public static final ModuleParameters[] values ()

Returns
ModuleParameters[]