Searched refs:getFromRawPhoneBySystemLocale (Results 1 – 4 of 4) sorted by relevance
112 participants.add(ParticipantData.getFromRawPhoneBySystemLocale(participantNumber)); in getOrCreateConversation()188 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()
235 public static ParticipantData getFromRawPhoneBySystemLocale(final String phoneNumber) { in getFromRawPhoneBySystemLocale() method in ParticipantData