Searched refs:EXTRA_RAW_CONTACTS_TO_REMOVE (Results 1 – 1 of 1) sorted by relevance
116 public static final String EXTRA_RAW_CONTACTS_TO_REMOVE = "rawContactsToRemove"; field in ContactSaveService917 serviceIntent.putExtra(ContactSaveService.EXTRA_RAW_CONTACTS_TO_REMOVE, in createGroupUpdateIntent()932 long[] rawContactsToRemove = intent.getLongArrayExtra(EXTRA_RAW_CONTACTS_TO_REMOVE); in updateGroup()