Home
last modified time | relevance | path

Searched refs:writeTag (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
DTagTester.java28 TagVerifier writeTag(Tag tag) throws Exception; in writeTag() method
DMifareUltralightTagTester.java49 public TagVerifier writeTag(Tag tag) throws IOException { in writeTag() method in MifareUltralightTagTester
DNdefTagTester.java65 public TagVerifier writeTag(Tag tag) throws IOException, FormatException { in writeTag() method in NdefTagTester
/cts/tests/tests/location/src/android/location/cts/asn1/base/
DAsn1Tag.java98 this.writeTag(buf, constructed); in writeTagAndLength()
102 private void writeTag(ByteBuffer buf, boolean constructed) { in writeTag() method in Asn1Tag
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
DTagVerifierActivity.java210 return mTagTester.writeTag(tags[0]); in doInBackground()