OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COUNTRY_SOURCE_NETWORK
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/location/tests/locationtests/src/android/location/
CountryTester.java
23
Country countryA = new Country("US", Country.
COUNTRY_SOURCE_NETWORK
);
26
Country countryD = new Country("us", Country.
COUNTRY_SOURCE_NETWORK
);
/frameworks/base/location/java/android/location/
Country.java
34
public static final int
COUNTRY_SOURCE_NETWORK
= 0;
75
* <li>{@link #
COUNTRY_SOURCE_NETWORK
}</li>
82
if (countryIso == null || source <
COUNTRY_SOURCE_NETWORK
92
if (countryIso == null || source <
COUNTRY_SOURCE_NETWORK
118
* <li>{@link #
COUNTRY_SOURCE_NETWORK
}</li>
/frameworks/base/services/tests/servicestests/src/com/android/server/
CountryDetectorServiceTest.java
82
Country country = new Country("US", Country.
COUNTRY_SOURCE_NETWORK
);
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
ComprehensiveCountryDetectorTest.java
145
TestCountryDetector.COUNTRY_ISO, Country.
COUNTRY_SOURCE_NETWORK
);
/frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java
227
return new Country(countryIso, Country.
COUNTRY_SOURCE_NETWORK
);
Completed in 184 milliseconds