Home
last modified time | relevance | path

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

/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingServiceManagerTest.java77 ServiceNotFoundException testException = in testProfilingServiceNotFoundException() local
81 throw testException; in testProfilingServiceNotFoundException()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/net/
DIkeConnectionControllerTest.java1288 Exception testException = in testCatchUnexpectedExceptionInNetworkUpdate() local
1290 doThrow(testException).when(mockNetwork).getAllByName(anyString()); in testCatchUnexpectedExceptionInNetworkUpdate()
1304 assertEquals(testException, captor.getValue().getCause()); in testCatchUnexpectedExceptionInNetworkUpdate()
1315 Exception testException = new IllegalStateException("testThrowNetworkUpdate"); in testThrowInNetworkUpdate() local
1316 doThrow(testException).when(mockNetwork).getAllByName(anyString()); in testThrowInNetworkUpdate()