Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DConnectivityServiceTest.java28 import static com.google.testing.littlemock.LittleMock.doThrow;
123 doThrow(new IllegalArgumentException("Not supported in test environment")) in setUp()
/frameworks/base/core/jni/
DAndroidRuntime.cpp179 static void doThrow(JNIEnv* env, const char* exc, const char* msg = NULL) in doThrow() function