Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/jni/
Daapt2_jni.cpp49 jmethodID get_method_id = env->GetMethodID(list_cls, "get", "(I)Ljava/lang/Object;"); in list_to_utfchars() local
50 CHECK(get_method_id != 0); in list_to_utfchars()
53 jobject string_obj_uncast = env->CallObjectMethod(obj, get_method_id, i); in list_to_utfchars()