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