Searched refs:participantIds (Results 1 – 4 of 4) sorted by relevance
34 List<Integer> participantIds) { in RcsParticipantQueryResultParcelable() argument36 mParticipantIds = participantIds; in RcsParticipantQueryResultParcelable()
138 int[] participantIds; in getDeliveryParticipantsForMessage() local147 participantIds = new int[cursor.getCount()]; in getDeliveryParticipantsForMessage()150 participantIds[i] = cursor.getInt(cursor.getColumnIndex(RCS_PARTICIPANT_ID_COLUMN)); in getDeliveryParticipantsForMessage()154 return participantIds; in getDeliveryParticipantsForMessage()
301 public int createGroupThread(int[] participantIds, String groupName, Uri groupIcon,312 if (participantIds != null) {313 for (int participantId : participantIds) {
69 …int createGroupThread(in int[] participantIds, String groupName, in Uri groupIcon, String callingP… in createGroupThread() argument