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.java120 public static final String EXTRA_RAW_CONTACTS_TO_REMOVE = "rawContactsToRemove"; field in ContactSaveService
921 serviceIntent.putExtra(ContactSaveService.EXTRA_RAW_CONTACTS_TO_REMOVE, in createGroupUpdateIntent()
936 long[] rawContactsToRemove = intent.getLongArrayExtra(EXTRA_RAW_CONTACTS_TO_REMOVE); in updateGroup()