HomeSort by relevance Sort by last modified time
    Searched refs:ContactSaveService (Results 1 - 15 of 15) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 75 public class ContactSaveService extends IntentService {
76 private static final String TAG = "ContactSaveService";
156 public ContactSaveService() {
165 + " receive callback from " + ContactSaveService.class.getName());
232 context, ContactSaveService.class);
233 serviceIntent.setAction(ContactSaveService.ACTION_NEW_RAW_CONTACT);
235 serviceIntent.putExtra(ContactSaveService.EXTRA_ACCOUNT_NAME, account.name);
236 serviceIntent.putExtra(ContactSaveService.EXTRA_ACCOUNT_TYPE, account.type);
237 serviceIntent.putExtra(ContactSaveService.EXTRA_DATA_SET, account.dataSet);
240 ContactSaveService.EXTRA_CONTENT_VALUES, values)
    [all...]
ContactsActivity.java 35 implements ContactSaveService.Listener
79 ContactSaveService.registerListener(this);
85 ContactSaveService.unregisterListener(this);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
GroupCreationDialogFragment.java 24 import com.android.contacts.ContactSaveService;
94 activity.startService(ContactSaveService.createNewGroupIntent(activity,
GroupDeletionDialogFragment.java 25 import com.android.contacts.ContactSaveService;
72 getActivity().startService(ContactSaveService.createGroupDeletionIntent(
ContactDeletionInteraction.java 36 import com.android.contacts.ContactSaveService;
318 mContext.startService(ContactSaveService.createDeleteContactIntent(mContext, contactUri));
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactDetailActivity.java 40 import com.android.contacts.ContactSaveService;
149 Intent intent = ContactSaveService.createSetStarredIntent(
286 Intent serviceIntent = ContactSaveService.createNewRawContactIntent(
AttachPhotoActivity.java 34 import com.android.contacts.ContactSaveService;
235 // the ContactSaveService would not create the new contact, and the
246 // Finally, invoke the ContactSaveService.
248 Intent intent = ContactSaveService.createSaveContactIntent(
ContactEditorActivity.java 34 import com.android.contacts.ContactSaveService;
136 intent.getBooleanExtra(ContactSaveService.EXTRA_SAVE_SUCCEEDED, false),
PhotoSelectionActivity.java 38 import com.android.contacts.ContactSaveService;
546 Intent intent = ContactSaveService.createSaveContactIntent(
PeopleActivity.java 52 import com.android.contacts.ContactSaveService;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 42 import com.android.contacts.ContactSaveService;
347 Intent intent = ContactSaveService.createSetSendToVoicemail(
466 Intent intent = ContactSaveService.createSetRingtone(
ContactDetailFragment.java 72 import com.android.contacts.ContactSaveService;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 60 import com.android.contacts.ContactSaveService;
602 saveIntent = ContactSaveService.createNewGroupIntent(activity,
615 saveIntent = ContactSaveService.createGroupUpdateIntent(activity, mGroupId,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 62 import com.android.contacts.ContactSaveService;
416 final Intent intent = ContactSaveService.createSetStarredIntent(context,
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 65 import com.android.contacts.ContactSaveService;
    [all...]

Completed in 163 milliseconds