Home
last modified time | relevance | path

Searched defs:writeTag (Results 1 – 4 of 4) 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.java102 private void writeTag(ByteBuffer buf, boolean constructed) { in writeTag() method in Asn1Tag