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

  /frameworks/base/core/java/android/nfc/tech/
NfcA.java 30 * <p>Acquire a {@link NfcA} object using {@link #get}.
37 public final class NfcA extends BasicTagTechnology {
49 * Get an instance of {@link NfcA} for the given tag.
50 * <p>Returns null if {@link NfcA} was not enumerated in {@link Tag#getTechList}.
57 public static NfcA get(Tag tag) {
60 return new NfcA(tag);
67 public NfcA(Tag tag) throws RemoteException {
MifareUltralight.java 55 * In either case, {@link NfcA} will also be enumerated on the tag,
56 * because all MIFARE Ultralight tags are also {@link NfcA} tags.
107 NfcA a = NfcA.get(tag);
197 * Send raw NfcA data to a tag and receive the response.
199 * <p>This is equivalent to connecting to this tag via {@link NfcA}
200 * and calling {@link NfcA#transceive}. Note that all MIFARE Classic
201 * tags are based on {@link NfcA} technology.
212 * @see NfcA#transceive
MifareClassic.java 67 * {@link NfcA} will also be enumerated on the tag, because all MIFARE Classic tags are also
68 * {@link NfcA}.
148 NfcA a = NfcA.get(tag); // MIFARE Classic is always based on NFC a
558 * Send raw NfcA data to a tag and receive the response.
560 * <p>This is equivalent to connecting to this tag via {@link NfcA}
561 * and calling {@link NfcA#transceive}. Note that all MIFARE Classic
562 * tags are based on {@link NfcA} technology.
573 * @see NfcA#transceive
  /frameworks/base/core/java/android/nfc/
Tag.java 25 import android.nfc.tech.NfcA;
177 strings[i] = NfcA.class.getName();
NfcAdapter.java 34 import android.nfc.tech.NfcA;
98 * to the qualified class name implementing the technology, for example "android.nfc.tech.NfcA".
105 * example that will match any tag using {@link NfcF} or any tag using {@link NfcA},
119 * &lt;tech&gt;android.nfc.tech.NfcA&lt;/tech&gt;
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 27 import android.nfc.tech.NfcA;
187 // revised for NFCA... do allow to connect a -4 tag at this level.
640 extras.putShort(NfcA.EXTRA_SAK, (short) (actBytes[0] & (short) 0xFF));
645 extras.putByteArray(NfcA.EXTRA_ATQA, mTechPollBytes[i]);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 27 import android.nfc.tech.NfcA;
636 extras.putShort(NfcA.EXTRA_SAK, (short) (actBytes[0] & (short) 0xFF));
641 extras.putByteArray(NfcA.EXTRA_ATQA, mTechPollBytes[i]);
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 297 milliseconds