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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java64 public class ContactSaveService extends IntentService { class in inherits:IntentService
65 private static final String TAG = "ContactSaveService";
144 public ContactSaveService() { method in class:ContactSaveService
153 + " receive callback from " + ContactSaveService.class.getName());
212 context, ContactSaveService.class);
213 serviceIntent.setAction(ContactSaveService.ACTION_NEW_RAW_CONTACT);
215 serviceIntent.putExtra(ContactSaveService.EXTRA_ACCOUNT_NAME, account.name);
216 serviceIntent.putExtra(ContactSaveService.EXTRA_ACCOUNT_TYPE, account.type);
217 serviceIntent.putExtra(ContactSaveService.EXTRA_DATA_SET, account.dataSet);
220 ContactSaveService
[all...]

Completed in 78 milliseconds