Searched refs:SupportedWorkFlowTasks (Results 1 – 3 of 3) sorted by relevance
24 import android.platform.spectatio.constants.JsonConfigConstants.SupportedWorkFlowTasks;71 SupportedWorkFlowTasks workflowTaskType = null; in deserialize()73 workflowTaskType = SupportedWorkFlowTasks.valueOf(type); in deserialize()78 if (workflowTaskType != SupportedWorkFlowTasks.SWIPE) { in deserialize()
58 public static enum SupportedWorkFlowTasks { enum in JsonConfigConstants
22 import android.platform.spectatio.constants.JsonConfigConstants.SupportedWorkFlowTasks;108 SupportedWorkFlowTasks taskType = in executeTask()110 workflowName, "Workflow Task Type", SupportedWorkFlowTasks.class, mType); in executeTask()134 SupportedWorkFlowTasks taskType, String workflowName, SpectatioUiUtil spectatioUiUtil) { in executeTask()