Searched refs:MAX_VSOCK_PORT (Results 1 – 2 of 2) sorted by relevance
7 …hine.MIN_VSOCK_PORT, to=android.system.virtualmachine.VirtualMachine.MAX_VSOCK_PORT) long) throws …8 …hine.MIN_VSOCK_PORT, to=android.system.virtualmachine.VirtualMachine.MAX_VSOCK_PORT) long) throws …20 field public static final long MAX_VSOCK_PORT = 4294967295L; // 0xffffffffL
170 public static final long MAX_VSOCK_PORT = (1L << 32) - 1; field in VirtualMachine1573 @IntRange(from = MIN_VSOCK_PORT, to = MAX_VSOCK_PORT) long port) in connectToVsockServer()1600 @IntRange(from = MIN_VSOCK_PORT, to = MAX_VSOCK_PORT) long port) in connectVsock()1617 if (port < MIN_VSOCK_PORT || port > MAX_VSOCK_PORT) { in validatePort()