Home | History | Annotate | Download | only in nfc

Lines Matching refs:tech

20 import android.nfc.tech.IsoDep;
21 import android.nfc.tech.MifareClassic;
22 import android.nfc.tech.MifareUltralight;
23 import android.nfc.tech.Ndef;
24 import android.nfc.tech.NdefFormatable;
25 import android.nfc.tech.NfcA;
26 import android.nfc.tech.NfcB;
27 import android.nfc.tech.NfcBarcode;
28 import android.nfc.tech.NfcF;
29 import android.nfc.tech.NfcV;
30 import android.nfc.tech.TagTechnology;
91 * {@link android.nfc.tech}. The Android OS looks for an activity that can handle one or
193 throw new IllegalArgumentException("Unknown tech type " + techList[i]);
209 throw new IllegalArgumentException("Unknown tech type " + techStringList[i]);
335 for (int tech : mTechList) {
336 if (tech == techType) return true;
342 public Bundle getTechExtras(int tech) {
345 if (mTechList[idx] == tech) {
367 StringBuilder sb = new StringBuilder("TAG: Tech [");