Searched refs:ERROR_INVALID_PORT (Results 1 – 5 of 5) sorted by relevance
20 import static android.net.SocketKeepalive.ERROR_INVALID_PORT;77 throw new InvalidPacketException(ERROR_INVALID_PORT); in KeepalivePacketData()
20 import static android.net.SocketKeepalive.ERROR_INVALID_PORT;55 throw new InvalidPacketException(ERROR_INVALID_PORT); in nattKeepalivePacket()
74 public static final int ERROR_INVALID_PORT = -22; field in SocketKeepalive99 ERROR_INVALID_PORT,
1806 public static final int ERROR_INVALID_PORT = -22; field in ConnectivityManager.PacketKeepalive
4206 callback.expectError(PacketKeepalive.ERROR_INVALID_PORT); in testPacketKeepalives()4209 callback.expectError(PacketKeepalive.ERROR_INVALID_PORT); in testPacketKeepalives()