Searched refs:getFromRawPhoneBySystemLocale (Results 1 – 4 of 4) sorted by relevance
113 participants.add(ParticipantData.getFromRawPhoneBySystemLocale(participantNumber)); in getOrCreateConversation()189 participants.add(ParticipantData.getFromRawPhoneBySystemLocale(Long.toString(phoneNumber))); in testReadDraftForNewConversation()
63 participants.add(ParticipantData.getFromRawPhoneBySystemLocale(recipient)); in testGetOrCreateConversation()
72 participants.add(ParticipantData.getFromRawPhoneBySystemLocale(recipient)); in getOrCreateConversation()
229 public static ParticipantData getFromRawPhoneBySystemLocale(final String phoneNumber) { in getFromRawPhoneBySystemLocale() method in ParticipantData