HomeSort by relevance Sort by last modified time
    Searched refs:numRetries (Results 1 - 19 of 19) sorted by null

  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 53 int numRetries = 0;
54 while (numRetries < MAX_NUM_RETRIES) {
60 numRetries++;
63 if (numRetries >= MAX_NUM_RETRIES) {
106 int numRetries = 0;
107 while (numRetries < MAX_NUM_RETRIES) {
113 numRetries++;
116 if (numRetries >= MAX_NUM_RETRIES) {