Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_PORT (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
DKeepalivePacketData.java20 import static android.net.SocketKeepalive.ERROR_INVALID_PORT;
77 throw new InvalidPacketException(ERROR_INVALID_PORT); in KeepalivePacketData()
DNattKeepalivePacketData.java20 import static android.net.SocketKeepalive.ERROR_INVALID_PORT;
55 throw new InvalidPacketException(ERROR_INVALID_PORT); in nattKeepalivePacket()
DSocketKeepalive.java74 public static final int ERROR_INVALID_PORT = -22; field in SocketKeepalive
99 ERROR_INVALID_PORT,
DConnectivityManager.java1806 public static final int ERROR_INVALID_PORT = -22; field in ConnectivityManager.PacketKeepalive
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java4206 callback.expectError(PacketKeepalive.ERROR_INVALID_PORT); in testPacketKeepalives()
4209 callback.expectError(PacketKeepalive.ERROR_INVALID_PORT); in testPacketKeepalives()