Searched refs:field_objectInfo_associationType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp81 static jfieldID field_objectInfo_associationType; variable
284 env->SetIntField(info, field_objectInfo_associationType, objectInfo->mAssociationType);
580 field_objectInfo_associationType = env->GetFieldID(clazz, "mAssociationType", "I");
581 if (field_objectInfo_associationType == NULL) {

Completed in 26 milliseconds