Home
last modified time | relevance | path

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

/frameworks/base/tests/CoreTests/android/core/
DTestEventHandler.java704 public void expectError() { in expectError() method in TestEventHandler
712 public void expectError(int errorId) { in expectError() method in TestEventHandler
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java4058 public void expectError(int error) { in expectError() method in ConnectivityServiceTest.TestKeepaliveCallback
4137 public void expectError(int error) { in expectError() method in ConnectivityServiceTest.TestSocketKeepaliveCallback
4190 callback.expectError(PacketKeepalive.ERROR_INVALID_NETWORK); in testPacketKeepalives()
4193 callback.expectError(PacketKeepalive.ERROR_INVALID_INTERVAL); in testPacketKeepalives()
4196 callback.expectError(PacketKeepalive.ERROR_INVALID_IP_ADDRESS); in testPacketKeepalives()
4199 callback.expectError(PacketKeepalive.ERROR_INVALID_IP_ADDRESS); in testPacketKeepalives()
4203 callback.expectError(PacketKeepalive.ERROR_INVALID_IP_ADDRESS); in testPacketKeepalives()
4206 callback.expectError(PacketKeepalive.ERROR_INVALID_PORT); in testPacketKeepalives()
4209 callback.expectError(PacketKeepalive.ERROR_INVALID_PORT); in testPacketKeepalives()
4212 callback.expectError(PacketKeepalive.ERROR_HARDWARE_UNSUPPORTED); in testPacketKeepalives()
[all …]