OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateCountryService
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/location/
UpdateCountryService.java
21
public class
UpdateCountryService
extends IntentService {
22
private static final String TAG =
UpdateCountryService
.class.getSimpleName();
28
public
UpdateCountryService
() {
33
final Intent serviceIntent = new Intent(context,
UpdateCountryService
.class);
35
serviceIntent.putExtra(
UpdateCountryService
.KEY_INTENT_LOCATION, location);
CountryDetector.java
211
UpdateCountryService
.updateCountry(context, location);
Completed in 177 milliseconds