HomeSort by relevance Sort by last modified time
    Searched refs:TextRecord (Results 1 - 5 of 5) sorted by null

  /packages/apps/Tag/src/com/android/apps/tag/message/
NdefMessageParser.java 23 import com.android.apps.tag.record.TextRecord;
58 } else if (TextRecord.isText(record)) {
59 elements.add(TextRecord.parse(record));
  /packages/apps/Tag/src/com/android/apps/tag/record/
TextRecord.java 40 public class TextRecord extends ParsedNdefRecord {
42 public static final String RECORD_TYPE = "TextRecord";
48 private TextRecord(String languageCode, String text) {
80 public static TextRecord parse(NdefRecord record) {
111 return new TextRecord(languageCode, text);
SmartPoster.java 56 private final TextRecord mTitleRecord;
103 private SmartPoster(UriRecord uri, @Nullable TextRecord title,
120 public TextRecord getTitle() {
139 TextRecord title = getFirstIfExists(records, TextRecord.class);
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.h 427 * DNSService.TextRecord tr = new DNSService.TextRecord(1024);
436 /* TextRecord
443 /* TextRecord::TextRecord()
445 * Creates a new empty TextRecord .
449 public __gc class TextRecord
453 TextRecord()
459 ~TextRecord()
477 * Adds a key (optionally with value) to a TextRecord. If the "key" alread
    [all...]
dnssd_NET.cpp 1040 TextRecord::SetValue
1069 TextRecord::RemoveValue
1087 TextRecord::GetLength
1096 TextRecord::GetBytes
1118 TextRecord::ContainsKey
1132 TextRecord::GetValueBytes
1159 TextRecord::GetCount
1171 TextRecord::GetItemAtIndex

Completed in 460 milliseconds