Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DRepeatTestRule.java40 RepeatTestStatement(Statement statement, int repeatCount) { in RepeatTestStatement() argument
42 this.mRepeatCount = repeatCount; in RepeatTestStatement()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
DValidateWorkflowTask.java150 int repeatCount = validateAndGetIntValue(JsonConfigConstants.REPEAT_COUNT, jsonObject); in deserialize() local
152 return new WorkflowTask(name, type, config, repeatCount, scrollConfig, swipeConfig); in deserialize()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DWorkflowTask.java66 int repeatCount, in WorkflowTask() argument
72 mRepeatCount = repeatCount; in WorkflowTask()