HomeSort by relevance Sort by last modified time
    Searched full:portmax (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/net/
SocketPermissionCollection.java 81 && (argPerm.portMax <= sp.portMax)) {
SocketPermission.java 101 transient int portMax = HIGHEST_PORT;
167 if (this.portMax != sp.portMax) {
184 return hostName.hashCode() ^ actionsMask ^ portMin ^ portMax;
268 if ((sp.portMin < this.portMin) || (sp.portMax > this.portMax)) {
302 portMax = 80;
309 portMax = 65535;
334 portMax = Integer.valueOf(strPortMax).intValue();
336 if (portMin > portMax) {
    [all...]

Completed in 265 milliseconds