Searched refs:createHardSplitContactIntent (Results 1 – 2 of 2) sorted by relevance
264 final Intent intent = ContactSaveService.createHardSplitContactIntent(this, rawContactIds); in onSplitContactConfirmed()
1266 public static Intent createHardSplitContactIntent(Context context, long[][] rawContactIds) { in createHardSplitContactIntent() method in ContactSaveService