Home
last modified time | relevance | path

Searched refs:getUiElement (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DWorkflowTaskConfig.java40 public UiElement getUiElement() { in getUiElement() method in WorkflowTaskConfig
DWorkflowTask.java445 UiElement uiElement = mTaskConfig.getUiElement(); in validateAndGetTaskConfigUiElement()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
DValidateWorkflowTask.java109 if (config.getUiElement() == null) { in deserialize()