Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/intents/
Djni-lua.cc452 StatusOr<ScopedLocalRef<jstring>> status_or_resource_str = in HandleAndroidStringResources() local
456 if (!status_or_resource_str.ok()) { in HandleAndroidStringResources()
462 if (status_or_resource_str.ValueOrDie() == nullptr) { in HandleAndroidStringResources()
466 JStringToUtf8String(jenv_, status_or_resource_str.ValueOrDie().get()); in HandleAndroidStringResources()