Searched refs:RETRY (Results 1 – 3 of 3) sorted by relevance
49 private static final long RETRY = -1L; field in DataCallResponseTest97 .setRetryDurationMillis(RETRY) in testConstructorAndGetters()115 assertThat(response.getRetryDurationMillis()).isEqualTo(RETRY); in testConstructorAndGetters()136 .setRetryDurationMillis(RETRY) in testEquals()155 .setRetryDurationMillis(RETRY) in testEquals()179 .setRetryDurationMillis(RETRY) in testNotEquals()224 .setRetryDurationMillis(RETRY) in testParcel()255 .setRetryDurationMillis(RETRY) in testConstructorAndGettersForNetworkValidation()274 assertThat(response.getRetryDurationMillis()).isEqualTo(RETRY); in testConstructorAndGettersForNetworkValidation()297 .setRetryDurationMillis(RETRY) in testEqualsForNetworkValidation()[all …]
25 public static final int RETRY = 2; field in AutomatingFailedStep41 pass(RETRY); in interact()
169 } else if (value == AutomatingFailedStep.RETRY) { in execute()