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

/packages/apps/Tag/src/com/android/apps/tag/record/
H A DTextRecord.java49 public class TextRecord extends ParsedNdefRecord { class in inherits:ParsedNdefRecord
51 public static final String RECORD_TYPE = "TextRecord";
57 private TextRecord(String languageCode, String text) { method in class:TextRecord
89 public static TextRecord parse(NdefRecord record) {
120 return new TextRecord(languageCode, text);

Completed in 41 milliseconds