HomeSort by relevance Sort by last modified time
    Searched refs:NfcA (Results 1 - 17 of 17) 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
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ProtocolParamsReaderActivity.java 7 import android.nfc.tech.NfcA;
181 NfcA nfcA = NfcA.get(tag);
183 if (nfcA == null || isoDep == null) {
187 nfcA.connect();
188 byte[] ats = nfcA.transceive(new byte[] { (byte) 0xE0, (byte)0xF0});
189 success = parseProtocolParameters(sb, tag.getId(), nfcA.getSak(), nfcA.getAtqa(), ats);
211 nfcA.transceive(new byte[] {(byte) 0xC2})
    [all...]
  /frameworks/base/core/java/android/nfc/
Tag.java 25 import android.nfc.tech.NfcA;
178 strings[i] = NfcA.class.getName();
225 techStringToCodeMap.put(NfcA.class.getName(), TagTechnology.NFC_A);
NfcAdapter.java 34 import android.nfc.tech.NfcA;
105 * to the qualified class name implementing the technology, for example "android.nfc.tech.NfcA".
112 * example that will match any tag using {@link NfcF} or any tag using {@link NfcA},
126 * &lt;tech&gt;android.nfc.tech.NfcA&lt;/tech&gt;
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 29 import android.nfc.tech.NfcA;
202 // revised for NFCA... do allow to connect a -4 tag at this level.
669 extras.putShort(NfcA.EXTRA_SAK, (short) (actBytes[0] & (short) 0xFF));
674 extras.putByteArray(NfcA.EXTRA_ATQA, mTechPollBytes[i]);
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 102 milliseconds