Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/jni/
Daapt2_jni.cpp41 jclass list_cls = env->GetObjectClass(obj); in list_to_utfchars() local
42 jmethodID size_method_id = env->GetMethodID(list_cls, "size", "()I"); in list_to_utfchars()
49 jmethodID get_method_id = env->GetMethodID(list_cls, "get", "(I)Ljava/lang/Object;"); in list_to_utfchars()