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

  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 74 public class ContactSaveService extends IntentService {
75 private static final String TAG = "ContactSaveService";
155 public ContactSaveService() {
164 + " receive callback from " + ContactSaveService.class.getName());
229 context, ContactSaveService.class);
230 serviceIntent.setAction(ContactSaveService.ACTION_NEW_RAW_CONTACT);
232 serviceIntent.putExtra(ContactSaveService.EXTRA_ACCOUNT_NAME, account.name);
233 serviceIntent.putExtra(ContactSaveService.EXTRA_ACCOUNT_TYPE, account.type);
234 serviceIntent.putExtra(ContactSaveService.EXTRA_DATA_SET, account.dataSet);
237 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/quickcontact/
DirectoryContactUtil.java 3 import com.android.contacts.ContactSaveService;
43 Intent serviceIntent = ContactSaveService.createNewRawContactIntent(
InvisibleContactUtil.java 6 import com.android.contacts.ContactSaveService;
94 final Intent intent = ContactSaveService.createSaveContactIntent(
QuickContactActivity.java 93 import com.android.contacts.ContactSaveService;
466 final Intent setIntent = ContactSaveService.createSetSuperPrimaryIntent(this,
471 final Intent clearIntent = ContactSaveService.createClearPrimaryIntent(this,
    [all...]
  /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;
319 mContext.startService(ContactSaveService.createDeleteContactIntent(mContext, contactUri));
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 35 import com.android.contacts.ContactSaveService;
130 intent.getBooleanExtra(ContactSaveService.EXTRA_SAVE_SUCCEEDED, false),
AttachPhotoActivity.java 38 import com.android.contacts.ContactSaveService;
286 // the ContactSaveService would not create the new contact, and the
298 // Finally, invoke the ContactSaveService.
300 Intent intent = ContactSaveService.createSaveContactIntent(
PhotoSelectionActivity.java 37 import com.android.contacts.ContactSaveService;
541 Intent intent = ContactSaveService.createSaveContactIntent(
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 60 import com.android.contacts.ContactSaveService;
604 saveIntent = ContactSaveService.createNewGroupIntent(activity,
617 saveIntent = ContactSaveService.createGroupUpdateIntent(activity, mGroupId,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 69 import com.android.contacts.ContactSaveService;
    [all...]

Completed in 308 milliseconds