Searched refs:writeTag (Results 1 – 5 of 5) sorted by relevance
28 TagVerifier writeTag(Tag tag) throws Exception; in writeTag() method
49 public TagVerifier writeTag(Tag tag) throws IOException { in writeTag() method in MifareUltralightTagTester
65 public TagVerifier writeTag(Tag tag) throws IOException, FormatException { in writeTag() method in NdefTagTester
98 this.writeTag(buf, constructed); in writeTagAndLength()102 private void writeTag(ByteBuffer buf, boolean constructed) { in writeTag() method in Asn1Tag
210 return mTagTester.writeTag(tags[0]); in doInBackground()