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
276 env->SetIntField(info, field_objectInfo_associationType, objectInfo->mAssociationType);
570 field_objectInfo_associationType = env->GetFieldID(clazz, "mAssociationType", "I");
571 if (field_objectInfo_associationType == NULL) {

Completed in 9 milliseconds