Searched refs:field_objectInfo_protectionStatus (Results 1 – 1 of 1) sorted by relevance
86 static jfieldID field_objectInfo_protectionStatus; variable146 env->SetIntField(object, field_objectInfo_protectionStatus, objectInfo->mProtectionStatus); in fill_jobject_from_object_info()618 object_info->mProtectionStatus = env->GetIntField(info, field_objectInfo_protectionStatus); in android_mtp_MtpDevice_send_object_info()892 field_objectInfo_protectionStatus = env->GetFieldID(clazz, "mProtectionStatus", "I"); in register_android_mtp_MtpDevice()893 if (field_objectInfo_protectionStatus == NULL) { in register_android_mtp_MtpDevice()