Searched refs:retryPeriodMs (Results 1 – 1 of 1) sorted by relevance
104 final long retryPeriodMs = getRetryPeriodMs(intent); in createConfigFromIntent() local108 return retryPeriodMs; in createConfigFromIntent()129 long retryPeriodMs = intent.getLongExtra(EXTRA_RETRY_PERIOD_MS, DEFAULT_RETRY_PERIOD_MS);130 if (retryPeriodMs < 0) {132 + "a non-negative value but got " + retryPeriodMs);133 retryPeriodMs = DEFAULT_RETRY_PERIOD_MS;135 return retryPeriodMs;