Home
last modified time | relevance | path

Searched refs:expectedErrorCode (Results 1 – 4 of 4) sorted by relevance

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java754 private void runSimpleFailureTest(int expectedErrorCode) throws Exception { in runSimpleFailureTest() argument
757 assertEquals(expectedErrorCode, in runSimpleFailureTest()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java1985 int expectedPrevState, int expectedErrorCode, in checkApStateChangedBroadcast() argument
1994 assertEquals(expectedErrorCode, errorCode); in checkApStateChangedBroadcast()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java4124 private void verifyProcessRekeyReqFailure(int expectedErrorCode) { in verifyProcessRekeyReqFailure() argument
4133 assertEquals(expectedErrorCode, notify.notifyType); in verifyProcessRekeyReqFailure()
/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp4335 const int expectedErrorCode; in TEST_F() member
4352 ExpectDnsEvent(INetdEventListener::EVENT_GETADDRINFO, td.expectedErrorCode, td.hname, in TEST_F()