Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dscoped_bytes.h38 jclass byteArrayClass = env->FindClass("[B"); in ScopedBytes() local
39 if (mEnv->IsInstanceOf(mObject, byteArrayClass)) { in ScopedBytes()
45 mEnv->DeleteLocalRef(byteArrayClass); in ScopedBytes()