Home
last modified time | relevance | path

Searched refs:HTTP_REQUEST_RETRY_LIMIT (Results 1 – 3 of 3) sorted by relevance

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/
DFlags.java165 int HTTP_REQUEST_RETRY_LIMIT = 3; field
168 return HTTP_REQUEST_RETRY_LIMIT; in getHttpRequestRetryLimit()
DPhFlags.java154 /* defaultValue= */ HTTP_REQUEST_RETRY_LIMIT); in getHttpRequestRetryLimit()
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/common/
DPhFlagsTest.java36 import static com.android.federatedcompute.services.common.Flags.HTTP_REQUEST_RETRY_LIMIT;
97 Integer.toString(HTTP_REQUEST_RETRY_LIMIT), in tearDown()
300 Integer.toString(HTTP_REQUEST_RETRY_LIMIT), in testGetHttpRequestRetryLimit()
303 .isEqualTo(HTTP_REQUEST_RETRY_LIMIT); in testGetHttpRequestRetryLimit()