OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCountryFromLocation
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/location/
UpdateCountryService.java
47
final String country =
getCountryFromLocation
(getApplicationContext(), location);
69
private String
getCountryFromLocation
(Context context, Location location) {
/frameworks/base/services/core/java/com/android/server/location/
LocationBasedCountryDetector.java
75
protected String
getCountryFromLocation
(Location location) {
248
countryIso =
getCountryFromLocation
(location);
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java
59
protected String
getCountryFromLocation
(Location location) {
290
protected String
getCountryFromLocation
(Location location) {
Completed in 75 milliseconds