Searched refs:getStaticField (Results 1 – 1 of 1) sorted by relevance
269 FieldType getStaticField (JNIEnv* env, const char* className, const char* fieldName) in getStaticField() function334 …<< ": " << getStaticField<string>(env, s_stringFields[ndx].classPath, s_stringFields[ndx].fieldNam… in describePlatform()337 dst << "Build.VERSION.SDK_INT: " << getStaticField<int>(env, versionClass, "SDK_INT") << "\n"; in describePlatform()340 …const vector<string> supportedAbis = getStaticField<vector<string> >(env, buildClass, "SUPPORTED_A… in describePlatform()