Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorBaseFragment.java1599 public void onJoinAction(long contactId, List<Long> rawContactIdList) { in onJoinAction() argument
1600 final long rawContactIds[] = new long[rawContactIdList.size()]; in onJoinAction()
1602 rawContactIds[i] = rawContactIdList.get(i); in onJoinAction()