Searched refs:GranularRetriableTestWrapper (Results 1 – 3 of 3) sorted by relevance
240 private GranularRetriableTestWrapper createGranularTestWrapper( in createGranularTestWrapper()245 private GranularRetriableTestWrapper createGranularTestWrapper( in createGranularTestWrapper()247 GranularRetriableTestWrapper granularTestWrapper = in createGranularTestWrapper()248 new GranularRetriableTestWrapper(test, null, null, null, maxRunCount) { in createGranularTestWrapper()284 GranularRetriableTestWrapper granularTestWrapper = createGranularTestWrapper(mockTest, 1); in testIntraModuleRun_catchDeviceNotAvailableException()310 GranularRetriableTestWrapper granularTestWrapper = createGranularTestWrapper(test, 1); in testIntraModuleRun_catchDeviceUnresponsiveException()335 GranularRetriableTestWrapper granularTestWrapper = in testRun_withMultipleRun()394 GranularRetriableTestWrapper granularTestWrapper = in testRun_withMultipleRun_becomePass()454 GranularRetriableTestWrapper granularTestWrapper = in testRun_withMultipleRun_AllBecomePass()540 GranularRetriableTestWrapper granularTestWrapper = in testRun_retryAllTestCasesIfNotSupportTestFilterReceiver()[all …]
456 GranularRetriableTestWrapper retriableTest = in run()577 GranularRetriableTestWrapper prepareGranularRetriableWrapper( in prepareGranularRetriableWrapper()584 GranularRetriableTestWrapper retriableTest = in prepareGranularRetriableWrapper()585 new GranularRetriableTestWrapper( in prepareGranularRetriableWrapper()
73 public class GranularRetriableTestWrapper implements IRemoteTest, ITestCollector { class102 public GranularRetriableTestWrapper( in GranularRetriableTestWrapper() method in GranularRetriableTestWrapper