Searched refs:EXTRA_RAW_CONTACT_IDS (Results 1 – 1 of 1) sorted by relevance
104 public static final String EXTRA_RAW_CONTACT_IDS = "rawContactIds"; field in ContactSaveService1256 serviceIntent.putExtra(ContactSaveService.EXTRA_RAW_CONTACT_IDS, rawContactIds); in createSplitContactIntent()1269 serviceIntent.putExtra(ContactSaveService.EXTRA_RAW_CONTACT_IDS, rawContactIds); in createHardSplitContactIntent()1276 .getSerializableExtra(EXTRA_RAW_CONTACT_IDS); in splitContact()1465 result.putSerializable(EXTRA_RAW_CONTACT_IDS, separatedRawContactIds); in joinSeveralContacts()