Searched defs:RuntimeException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/BroadcastRadio/
H A Dconvert.cpp142 } RuntimeException; member in struct:android::server::BroadcastRadio::convert::__anon1271
205 auto runtimeExc = make_javaref(env, env->NewObject(gjni.RuntimeException.clazz,
206 gjni.RuntimeException.cstor, jMsg.get()));
707 auto runtimeExcClass = FindClassOrDie(env, "java/lang/RuntimeException");
708 gjni.RuntimeException.clazz = MakeGlobalRefOrDie(env, runtimeExcClass);
709 gjni.RuntimeException.cstor = GetMethodIDOrDie(env, runtimeExcClass, "<init>",

Completed in 68 milliseconds