Searched refs:TextRecord (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Tag/src/com/android/apps/tag/message/
H A DNdefMessageParser.java23 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/
H A DTextRecord.java40 public class TextRecord extends ParsedNdefRecord { class in inherits:ParsedNdefRecord
42 public static final String RECORD_TYPE = "TextRecord";
48 private TextRecord(String languageCode, String text) { method in class:TextRecord
80 public static TextRecord parse(NdefRecord record) {
111 return new TextRecord(languageCode, text);
H A DSmartPoster.java56 private final TextRecord mTitleRecord;
103 private SmartPoster(UriRecord uri, @Nullable TextRecord title,
120 public TextRecord getTitle() {
139 TextRecord title = getFirstIfExists(records, TextRecord.class);

Completed in 122 milliseconds