Searched defs:ContactSaveService (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java73 public class ContactSaveService extends IntentService { class in inherits:IntentService
74 private static final String TAG = "ContactSaveService";
158 public ContactSaveService() { method in class:ContactSaveService
167 + " receive callback from " + ContactSaveService.class.getName());
244 context, ContactSaveService.class);
245 serviceIntent.setAction(ContactSaveService.ACTION_NEW_RAW_CONTACT);
247 serviceIntent.putExtra(ContactSaveService.EXTRA_ACCOUNT_NAME, account.name);
248 serviceIntent.putExtra(ContactSaveService.EXTRA_ACCOUNT_TYPE, account.type);
249 serviceIntent.putExtra(ContactSaveService.EXTRA_DATA_SET, account.dataSet);
252 ContactSaveService
[all...]

Completed in 100 milliseconds