OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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) {