Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_Binder.cpp310 ScopedLocalRef<jstring> msgstr(env); in report_exception() local
312 msgstr.reset(env->NewStringUTF(msg)); in report_exception()
315 if ((tagstr != nullptr) && (msgstr != nullptr)) { in report_exception()
317 tagstr.get(), msgstr.get(), excep); in report_exception()