Home | History | Annotate | Download | only in jni

Lines Matching refs:byteArrayClass

312     ScopedLocalRef<jclass> byteArrayClass(e, e->GetObjectClass(pollBytes.get()));
313 ScopedLocalRef<jobjectArray> techPollBytes(e, e->NewObjectArray(techListLength, byteArrayClass.get(), NULL));
393 ScopedLocalRef<jclass> byteArrayClass(e, e->GetObjectClass(actBytes.get()));
394 ScopedLocalRef<jobjectArray> techActBytes(e, e->NewObjectArray(techListLength, byteArrayClass.get(), 0));