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

/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);

Completed in 92 milliseconds