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