Searched refs:PORT (Results 1 – 3 of 3) sorted by relevance
65 private static final int PORT = 80; field in IntentFilterTest432 mIntentFilter.addDataAuthority(HOST + i, String.valueOf(PORT + i)); in testAuthorities()442 assertEquals(PORT + i, actual.getPort()); in testAuthorities()443 AuthorityEntry ae = new AuthorityEntry(HOST + i, String.valueOf(PORT + i)); in testAuthorities()446 Uri uri = Uri.parse("http://" + HOST + i + ":" + String.valueOf(PORT + i)); in testAuthorities()448 Uri uri2 = Uri.parse("http://" + HOST + i + 10 + ":" + PORT + i + 10); in testAuthorities()534 mIntentFilter.addDataAuthority(HOST, String.valueOf(PORT)); in testMatchData()537 final Uri uri = Uri.parse("http://" + HOST + ":" + PORT); in testMatchData()584 mIntentFilter.addDataAuthority(HOST, String.valueOf(PORT)); in testWriteToXml()601 assertEquals(PORT, intentFilter.getDataAuthority(0).getPort()); in testWriteToXml()[all …]
207 PORT = 15010 variable210 s.bind((HOST, PORT))
77 final int PORT = 12222; in testFromSocket() local87 ss = new ServerSocket(PORT); in testFromSocket()103 socket = new Socket(InetAddress.getLocalHost(), PORT); in testFromSocket()