HomeSort by relevance Sort by last modified time
    Searched refs:Ndef (Results 1 - 10 of 10) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
NdefTagTester.java 26 import android.nfc.tech.Ndef;
34 * {@link TagTester} for NDEF tags. It writes a semi-random NDEF tag with a random id but
43 private static final String PAYLOAD = "CTS Verifier NDEF Tag";
55 if (tech.equals(Ndef.class.getName())) {
56 Ndef ndef = Ndef.get(tag); local
57 return ndef != null && ndef.isWritable()
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NfcTestActivity.java 26 import android.nfc.tech.Ndef;
34 TagVerifierActivity.getTagTestId(Ndef.class);
58 NDEF_ID, getTagIntent(Ndef.class), null));