Lines Matching full:localref
255 jclass localRef = env->FindClass("android/content/ContentValues");
257 env->GetMethodID(localRef, "put", "(Ljava/lang/String;[B)V");
259 env->GetMethodID(localRef, "put", "(Ljava/lang/String;Ljava/lang/String;)V");
260 jmethodID ContentValues_constructor = env->GetMethodID(localRef, "<init>", "()V");
263 if (NULL != localRef && NULL != pConstraints) {
265 constraints = env->NewObject(localRef, ContentValues_constructor);
305 jclass localRef = env->FindClass("android/content/ContentValues");
307 env->GetMethodID(localRef, "put", "(Ljava/lang/String;Ljava/lang/String;)V");
309 if (NULL != localRef && NULL != pMetadata) {
312 constructorId = env->GetMethodID(localRef, "<init>", "()V");
315 metadata = env->NewObject(localRef, constructorId);
470 jclass localRef = env->FindClass("android/drm/DrmInfoStatus");
473 if (NULL != localRef && NULL != pDrmInfoStatus) {
495 = env->GetMethodID(localRef,
498 drmInfoStatus = env->NewObject(localRef, constructorId, statusCode, infoType,
546 jclass localRef = env->FindClass("android/drm/DrmInfo");
548 if (NULL != localRef) {
555 = env->NewObject(localRef,
556 env->GetMethodID(localRef, "<init>", "(I[BLjava/lang/String;)V"),
561 = env->GetMethodID(localRef, "put", "(Ljava/lang/String;Ljava/lang/Object;)V");
644 jclass localRef = env->FindClass("android/drm/DrmConvertedStatus");
648 if (NULL != localRef && NULL != pDrmConvertedStatus) {
661 jmethodID constructorId = env->GetMethodID(localRef, "<init>", "(I[BI)V");
663 = env->NewObject(localRef, constructorId,