Searched refs:mFloatValueId (Results 1 – 1 of 1) sorted by relevance
2205 mFloatValueId = env->GetMethodID(clazz.get(), "floatValue", "()F"); in ConvertKeyValueListsToAMessage()2206 CHECK(mFloatValueId != NULL); in ConvertKeyValueListsToAMessage()2221 jmethodID mFloatValueId; in ConvertKeyValueListsToAMessage() member2263 jfloat value = env->CallFloatMethod(jvalue.get(), sFields.mFloatValueId); in ConvertKeyValueListsToAMessage()