Home
last modified time | relevance | path

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

/device/sample/frameworks/PlatformLibrary/jni/
DPlatformLibrary.cpp53 if (jclass cls = env->FindClass(ex)) { in throwException() local
57 env->ThrowNew(cls, msg); in throwException()
59 env->ThrowNew(cls, NULL); in throwException()
68 env->DeleteLocalRef(cls); in throwException()