Searched refs:InvalidPacketException (Results 1 – 3 of 3) sorted by relevance
64 InetAddress dstAddress, int dstPort, byte[] data) throws InvalidPacketException { in KeepalivePacketData()74 throw new InvalidPacketException(ERROR_INVALID_IP_ADDRESS); in KeepalivePacketData()83 throw new InvalidPacketException(ERROR_INVALID_IP_ADDRESS); in KeepalivePacketData()88 throw new InvalidPacketException(ERROR_INVALID_PORT); in KeepalivePacketData()92 public static class InvalidPacketException extends Exception { class in KeepalivePacketData94 public InvalidPacketException(int error) { in InvalidPacketException() method in KeepalivePacketData.InvalidPacketException104 InetAddress dstAddress, int dstPort) throws InvalidPacketException { in nattKeepalivePacket()107 throw new InvalidPacketException(ERROR_INVALID_IP_ADDRESS); in nattKeepalivePacket()111 throw new InvalidPacketException(ERROR_INVALID_PORT); in nattKeepalivePacket()
352 } catch (KeepalivePacketData.InvalidPacketException e) { in startNattKeepalive()
4066 Lcom/android/server/connectivity/KeepalivePacketData$InvalidPacketException;