Home
last modified time | relevance | path

Searched refs:EXTRA_RAW_CONTACTS_TO_REMOVE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java116 public static final String EXTRA_RAW_CONTACTS_TO_REMOVE = "rawContactsToRemove"; field in ContactSaveService
917 serviceIntent.putExtra(ContactSaveService.EXTRA_RAW_CONTACTS_TO_REMOVE, in createGroupUpdateIntent()
932 long[] rawContactsToRemove = intent.getLongArrayExtra(EXTRA_RAW_CONTACTS_TO_REMOVE); in updateGroup()