Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_VintfObject.cpp36 static jmethodID gLongValueOf; variable
165 …return env->CallStaticObjectMethod(gLongClazz, gLongValueOf, static_cast<jlong>(manifest->level())… in android_os_VintfObject_getTargetFrameworkCompatibilityMatrixVersion()
191 gLongValueOf = GetStaticMethodIDOrDie(env, gLongClazz, "valueOf", "(J)Ljava/lang/Long;"); in register_android_os_VintfObject()