Home
last modified time | relevance | path

Searched refs:gCollectionAddID (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Deventlog_helper.h57 { &gCollectionClass, "add", "(Ljava/lang/Object;)Z", &gCollectionAddID }, in Init()
215 env->CallBooleanMethod(out, gCollectionAddID, event.get()); in readEvents()
224 static jmethodID gCollectionAddID; variable
245 jmethodID EventLogHelper<LogID, EventClassDescriptor>::gCollectionAddID;