Searched refs:ParsedNdefRecord (Results 1 – 11 of 11) sorted by relevance
20 import com.android.apps.tag.record.ParsedNdefRecord;35 private List<ParsedNdefRecord> mRecords;37 public ParsedNdefMessage(List<ParsedNdefRecord> records) { in ParsedNdefMessage()44 public List<ParsedNdefRecord> getRecords() { in getRecords()57 ParsedNdefRecord record = mRecords.get(0); in getSnippet()67 ParsedNdefRecord r = mRecords.get(i); in getSnippet()
21 import com.android.apps.tag.record.ParsedNdefRecord;47 public static List<ParsedNdefRecord> getRecords(NdefMessage message) { in getRecords()51 public static List<ParsedNdefRecord> getRecords(NdefRecord[] records) { in getRecords()52 List<ParsedNdefRecord> elements = new ArrayList<ParsedNdefRecord>(); in getRecords()
21 import com.android.apps.tag.record.ParsedNdefRecord;100 List<ParsedNdefRecord> records = parsedMsg.getRecords(); in buildTagViews()106 ParsedNdefRecord record = records.get(i); in buildTagViews()
46 public class SmartPoster extends ParsedNdefRecord {137 Iterable<ParsedNdefRecord> records = NdefMessageParser.getRecords(recordsRaw); in parse()
32 public abstract class ParsedNdefRecord { class
27 public class UnknownRecord extends ParsedNdefRecord {
36 public class ImageRecord extends ParsedNdefRecord {
38 public class MimeRecord extends ParsedNdefRecord {
40 public class TextRecord extends ParsedNdefRecord {
59 public class UriRecord extends ParsedNdefRecord implements OnClickListener {
71 public class VCardRecord extends ParsedNdefRecord implements OnClickListener {