Searched refs:rawContactIdList (Results 1 – 1 of 1) sorted by relevance
1599 public void onJoinAction(long contactId, List<Long> rawContactIdList) { in onJoinAction() argument1600 final long rawContactIds[] = new long[rawContactIdList.size()]; in onJoinAction()1602 rawContactIds[i] = rawContactIdList.get(i); in onJoinAction()