Searched refs:PORT (Results 1 – 4 of 4) sorted by relevance
61 final int PORT = 12222; in testFromSocket() local68 ss = new ServerSocket(PORT); in testFromSocket()83 socket = new Socket(InetAddress.getLocalHost(), PORT); in testFromSocket()
65 private static final int PORT = 80; field in IntentFilterTest265 mIntentFilter.addDataAuthority(HOST + i, String.valueOf(PORT + i)); in testAuthorities()275 assertEquals(PORT + i, actual.getPort()); in testAuthorities()276 AuthorityEntry ae = new AuthorityEntry(HOST + i, String.valueOf(PORT + i)); in testAuthorities()279 Uri uri = Uri.parse("http://" + HOST + i + ":" + String.valueOf(PORT + i)); in testAuthorities()281 Uri uri2 = Uri.parse("http://" + HOST + i + 10 + ":" + PORT + i + 10); in testAuthorities()367 mIntentFilter.addDataAuthority(HOST, String.valueOf(PORT)); in testMatchData()370 final Uri uri = Uri.parse("http://" + HOST + ":" + PORT); in testMatchData()417 mIntentFilter.addDataAuthority(HOST, String.valueOf(PORT)); in testWriteToXml()434 assertEquals(PORT, intentFilter.getDataAuthority(0).getPort()); in testWriteToXml()[all …]
207 PORT = 15010 variable210 s.bind((HOST, PORT))
68440 public static final java.lang.String PORT