Searched refs:clazzCryptoInfo (Results 1 – 1 of 1) sorted by relevance
1321 ScopedLocalRef<jclass> clazzCryptoInfo( in createCryptoException() local1323 CHECK(clazzCryptoInfo.get() != NULL); in createCryptoException()1327 env->GetMethodID(clazzCryptoInfo.get(), "<init>", "()V"); in createCryptoException()1332 env->NewObject(clazzCryptoInfo.get(), constructCryptoInfo)); in createCryptoException()