Searched refs:EXTRA_RETRY_COUNT (Results 1 – 2 of 2) sorted by relevance
33 private static final String EXTRA_RETRY_COUNT = "extra_retry_count"; field in RetryPolicy66 retryCount = extras.getInt(EXTRA_RETRY_COUNT, 0); in onCreate()105 intent.putExtra(EXTRA_RETRY_COUNT, retryCount + 1); in onCompleted()
47 public static final String EXTRA_RETRY_COUNT = "RETRY_COUNT"; field in JobManager112 bundle.putInt(EXTRA_RETRY_COUNT, retryCount); in putSubIdAndRetryExtra()