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

  /frameworks/base/core/jni/
android_util_EventLog.cpp 41 static jfieldID gLongValueID;
133 ctx << (int64_t)env->GetLongField(item, gLongValueID);
298 { &gLongClass, "value", "J", &gLongValueID },
android_app_admin_SecurityLog.cpp 39 static jfieldID gLongValueID;
103 jlong longVal = env->GetLongField(item, gLongValueID);
281 { &gLongClass, "value", "J", &gLongValueID },

Completed in 40 milliseconds