Searched refs:getByName (Results 1 – 4 of 4) sorted by relevance
252 inetAddress = InetAddress.getByName(hostname); in lookupHost()
254 mockTransport.setMockLocalAddress(InetAddress.getByName(LOCAL_ADDRESS)); in openAndInjectMockTransport()
170 InetAddress addr = InetAddress.getByName(domain); in onCreate()
616 public Account getByName(String accountName) { in getByName() method in ExchangeService.AccountList1085 return accountList.getByName(accountName); in getAccountByName()