Searched refs:EXTRA_RAW_CONTACT_IDS (Results 1 – 1 of 1) sorted by relevance
100 public static final String EXTRA_RAW_CONTACT_IDS = "rawContactIds"; field in ContactSaveService1248 serviceIntent.putExtra(ContactSaveService.EXTRA_RAW_CONTACT_IDS, rawContactIds); in createSplitContactIntent()1261 serviceIntent.putExtra(ContactSaveService.EXTRA_RAW_CONTACT_IDS, rawContactIds); in createHardSplitContactIntent()1268 .getSerializableExtra(EXTRA_RAW_CONTACT_IDS); in splitContact()1457 result.putSerializable(EXTRA_RAW_CONTACT_IDS, separatedRawContactIds); in joinSeveralContacts()