Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java104 public static final String EXTRA_RAW_CONTACT_IDS = "rawContactIds"; field in ContactSaveService
1256 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()