Lines Matching refs:mProtectionStatus
145 if (objectInfo->mProtectionStatus)
146 env->SetIntField(object, field_objectInfo_protectionStatus, objectInfo->mProtectionStatus);
615 object_info->mProtectionStatus = env->GetIntField(info, field_objectInfo_protectionStatus);
889 field_objectInfo_protectionStatus = env->GetFieldID(clazz, "mProtectionStatus", "I");
891 ALOGE("Can't find MtpObjectInfo.mProtectionStatus");