Searched refs:mDownloadEventClass (Results 1 – 2 of 2) sorted by relevance
146 jclass mDownloadEventClass; member
793 ScopedLocalRef obj(env, env->NewObject(mDownloadEventClass, mDownloadEventInitID, itemId, in getDownloadEvent()1023 mDownloadEventClass = (jclass) env->NewGlobalRef(downloadEventClass.get()); in FilterClientCallbackImpl()1040 mDownloadEventInitID = env->GetMethodID(mDownloadEventClass, "<init>", "(IIIIII)V"); in FilterClientCallbackImpl()1063 env->DeleteGlobalRef(mDownloadEventClass); in ~FilterClientCallbackImpl()