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.java100 public static final String EXTRA_RAW_CONTACT_IDS = "rawContactIds"; field in ContactSaveService
1248 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()