Home
last modified time | relevance | path

Searched refs:expectError (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java5278 public void expectError(int error) throws Exception { in expectError() method in TestKeepaliveCallback
5352 public void expectError(int error) throws InterruptedException { in expectError() method in TestSocketKeepaliveCallback
5405 callback.expectError(PacketKeepalive.ERROR_INVALID_NETWORK); in testPacketKeepalives()
5408 callback.expectError(PacketKeepalive.ERROR_INVALID_INTERVAL); in testPacketKeepalives()
5411 callback.expectError(PacketKeepalive.ERROR_INVALID_IP_ADDRESS); in testPacketKeepalives()
5414 callback.expectError(PacketKeepalive.ERROR_INVALID_IP_ADDRESS); in testPacketKeepalives()
5418 callback.expectError(PacketKeepalive.ERROR_INVALID_IP_ADDRESS); in testPacketKeepalives()
5421 callback.expectError(PacketKeepalive.ERROR_INVALID_PORT); in testPacketKeepalives()
5424 callback.expectError(PacketKeepalive.ERROR_INVALID_PORT); in testPacketKeepalives()
5427 callback.expectError(PacketKeepalive.ERROR_HARDWARE_UNSUPPORTED); in testPacketKeepalives()
[all …]
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java1323 public void expectError(int error) { in expectError() method in ConnectivityManagerTest.TestSocketKeepaliveCallback
1522 callback.expectError(SocketKeepalive.ERROR_SOCKET_NOT_IDLE); in testCreateTcpKeepalive()