Searched refs:REQUEST_COUNT_FOR_NEXT_ONE_TO_FLAKE (Results 1 – 1 of 1) sorted by relevance
54 private static final int REQUEST_COUNT_FOR_NEXT_ONE_TO_FLAKE = 2; field in FlakyCloudProvider65 if (++mRequestCount < REQUEST_COUNT_FOR_NEXT_ONE_TO_FLAKE) { in shouldFlake()69 if (mRequestCount > REQUEST_COUNT_FOR_NEXT_ONE_TO_FLAKE) { in shouldFlake()168 mRequestCount = REQUEST_COUNT_FOR_NEXT_ONE_TO_FLAKE; in setToFlakeInTheNextRequest()