Searched refs:field_mCount (Results 1 – 1 of 1) sorted by relevance
69 static jfieldID field_mCount; variable360 int count = env->GetIntField(list, field_mCount); in getObjectPropertyValue()661 int count = env->GetIntField(list, field_mCount); in getObjectPropertyList()1231 field_mCount = env->GetFieldID(clazz, "mCount", "I"); in register_android_mtp_MtpDatabase()1232 if (field_mCount == NULL) { in register_android_mtp_MtpDatabase()