Searched refs:mSectionEventClass (Results 1 – 2 of 2) sorted by relevance
140 jclass mSectionEventClass; member
622 ScopedLocalRef obj(env, env->NewObject(mSectionEventClass, mSectionEventInitID, tableId, in getSectionEvent()1017 mSectionEventClass = (jclass) env->NewGlobalRef(sectionEventClass.get()); in FilterClientCallbackImpl()1029 mSectionEventInitID = env->GetMethodID(mSectionEventClass, "<init>", "(IIIJ)V"); in FilterClientCallbackImpl()1057 env->DeleteGlobalRef(mSectionEventClass); in ~FilterClientCallbackImpl()