HomeSort by relevance Sort by last modified time
    Searched refs:gEventClass (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_util_EventLog.cpp 34 static jclass gEventClass;
210 jobject event = env->NewObject(gEventClass, gEventInitID, array);
288 { "android/util/EventLog$Event", &gEventClass },
303 { &gEventClass, "<init>", "([B)V", &gEventInitID },
android_app_admin_SecurityLog.cpp 32 static jclass gEventClass;
181 jobject event = env->NewObject(gEventClass, gEventInitID, array);
271 { "android/app/admin/SecurityLog$SecurityEvent", &gEventClass },
286 { &gEventClass, "<init>", "([B)V", &gEventInitID },

Completed in 45 milliseconds