Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/jni/
Dapf_jni.cpp112 jclass newExcCls = env->FindClass("java/lang/IllegalStateException"); in throwException() local
113 if (newExcCls == 0) { in throwException()
117 env->ThrowNew(newExcCls, error.c_str()); in throwException()