Searched refs:firstAddress (Results 1 – 3 of 3) sorted by relevance
677 assertNull(Address.firstAddress(null)); in testFirstAddress()678 assertNull(Address.firstAddress("")); in testFirstAddress()683 Address first = Address.firstAddress(packed); in testFirstAddress()
189 Address from = Address.firstAddress(message.mFrom); in sendMessage()
452 public static Address firstAddress(String addressList) { in firstAddress() method in Address