Searched refs:field_mCount (Results 1 – 1 of 1) sorted by relevance
76 static jfieldID field_mCount; variable368 int count = env->GetIntField(list, field_mCount); in getObjectPropertyValue()677 int count = env->GetIntField(list, field_mCount); in getObjectPropertyList()1314 field_mCount = env->GetFieldID(clazz, "mCount", "I"); in register_android_mtp_MtpDatabase()1315 if (field_mCount == NULL) { in register_android_mtp_MtpDatabase()