Home
last modified time | relevance | path

Searched refs:WORKFLOWS (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/constants/
DJsonConfigConstants.java25 public static final String WORKFLOWS = "WORKFLOWS"; field in JsonConfigConstants
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DSpectatioConfig.java135 return getValueFromConfig(mWorkflows, workflowName, JsonConfigConstants.WORKFLOWS); in getWorkflowFromConfig()