Home | History | Annotate | Download | only in nfc

Lines Matching refs:record_properties

766   FakeNfcRecordClient::Properties record_properties(
770 record_properties.type.ReplaceValue(nfc_record::kTypeText);
771 record_properties.representation.ReplaceValue(kText);
772 record_properties.language.ReplaceValue(kLanguageCode);
773 record_properties.encoding.ReplaceValue(kEncoding);
777 &record_properties, record.get()));
793 record_properties.representation.ReplaceValue("");
794 record_properties.language.ReplaceValue("");
795 record_properties.encoding.ReplaceValue("");
797 record_properties.type.ReplaceValue(nfc_record::kTypeUri);
798 record_properties.uri.ReplaceValue(kURI);
799 record_properties.mime_type.ReplaceValue(kMimeType);
800 record_properties.size.ReplaceValue(kSize);
804 &record_properties, record.get()));
820 record_properties.representation.ReplaceValue(kText);
821 record_properties.language.ReplaceValue(kLanguageCode);
822 record_properties.encoding.ReplaceValue(kEncoding);
826 &record_properties, record.get()));
830 record_properties.type.ReplaceValue(nfc_record::kTypeSmartPoster);
832 &record_properties, record.get()));