OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_NUM_RETRIES
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java
28
private static final int
MAX_NUM_RETRIES
= 5;
54
while (numRetries <
MAX_NUM_RETRIES
) {
63
if (numRetries >=
MAX_NUM_RETRIES
) {
64
fail("Failed to geocode location " +
MAX_NUM_RETRIES
+ " times.");
107
while (numRetries <
MAX_NUM_RETRIES
) {
116
if (numRetries >=
MAX_NUM_RETRIES
) {
117
fail("Failed to geocode location name " +
MAX_NUM_RETRIES
+ " times.");
/packages/apps/Phone/src/com/android/phone/
EmergencyCallHelper.java
55
public static final int
MAX_NUM_RETRIES
= 6;
442
if (mNumRetriesSoFar >
MAX_NUM_RETRIES
) {
443
Log.w(TAG, "scheduleRetryOrBailOut: hit
MAX_NUM_RETRIES
; giving up...");
Completed in 175 milliseconds