Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_Binder.cpp309 ScopedLocalRef<jstring> msgstr(env); in binder_report_exception() local
311 msgstr.reset(env->NewStringUTF(msg)); in binder_report_exception()
314 if ((tagstr != nullptr) && (msgstr != nullptr)) { in binder_report_exception()
316 tagstr.get(), msgstr.get(), excep); in binder_report_exception()