Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1017 jclass myClass = env->FindClass(className); in callByteArrayGetter() local
1018 jmethodID myMethod = env->GetMethodID(myClass, methodName, "()[B"); in callByteArrayGetter()
1024 jclass myClass = env->FindClass(className); in callIntGetter() local
1025 jmethodID myMethod = env->GetMethodID(myClass, methodName, "()I"); in callIntGetter()