Home
last modified time | relevance | path

Searched refs:mAssociationType (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/media/java/android/mtp/
H A DMtpObjectInfo.java45 private int mAssociationType; field in MtpObjectInfo
275 return mAssociationType; in getAssociationType()
373 mObjectInfo.mAssociationType = objectInfo.mAssociationType; in Builder()
404 mObjectInfo.mAssociationType = value; in setAssociationType()
/aosp14/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp265 if (objectInfo->mAssociationType) in fill_jobject_from_object_info()
266 env->SetIntField(object, field_objectInfo_associationType, objectInfo->mAssociationType); in fill_jobject_from_object_info()
779 object_info->mAssociationType = env->GetIntField(info, field_objectInfo_associationType); in android_mtp_MtpDevice_send_object_info()
H A Dandroid_mtp_MtpDatabase.cpp866 info.mAssociationType = (format == MTP_FORMAT_ASSOCIATION ? in getObjectInfo()
870 info.mAssociationType = MTP_ASSOCIATION_TYPE_UNDEFINED; in getObjectInfo()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt32258 Landroid/mtp/MtpObjectInfo;->mAssociationType:I