HomeSort by relevance Sort by last modified time
    Searched defs:UpdateCountryService (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
CountryDetector.java 204 UpdateCountryService.updateCountry(context, 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);

Completed in 117 milliseconds