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

/frameworks/base/services/core/jni/BroadcastRadio/
H A Dconvert.cpp154 } RuntimeException; member in struct:android::server::BroadcastRadio::convert::__anon1098
230 auto runtimeExc = make_javaref(env, env->NewObject(gjni.RuntimeException.clazz,
231 gjni.RuntimeException.cstor, jMsg.get()));
762 auto runtimeExcClass = FindClassOrDie(env, "java/lang/RuntimeException");
763 gjni.RuntimeException.clazz = MakeGlobalRefOrDie(env, runtimeExcClass);
764 gjni.RuntimeException.cstor = GetMethodIDOrDie(env, runtimeExcClass, "<init>",

Completed in 41 milliseconds