Searched refs:writeTag (Results 1 – 4 of 4) 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
210 return mTagTester.writeTag(tags[0]); in doInBackground()