Searched refs:TagTechnology (Results 1 – 21 of 21) sorted by relevance
31 import android.nfc.tech.TagTechnology;171 case TagTechnology.ISO_DEP: in generateTechStringList()174 case TagTechnology.MIFARE_CLASSIC: in generateTechStringList()177 case TagTechnology.MIFARE_ULTRALIGHT: in generateTechStringList()180 case TagTechnology.NDEF: in generateTechStringList()183 case TagTechnology.NDEF_FORMATABLE: in generateTechStringList()186 case TagTechnology.NFC_A: in generateTechStringList()189 case TagTechnology.NFC_B: in generateTechStringList()192 case TagTechnology.NFC_F: in generateTechStringList()195 case TagTechnology.NFC_V: in generateTechStringList()[all …]
58 if (!tag.hasTech(TagTechnology.NFC_A)) return null; in get()68 super(tag, TagTechnology.NFC_A); in NfcA()69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_A); in NfcA()148 int err = mTag.getTagService().setTimeout(TagTechnology.NFC_A, timeout); in setTimeout()167 return mTag.getTagService().getTimeout(TagTechnology.NFC_A); in getTimeout()
58 if (!tag.hasTech(TagTechnology.NFC_F)) return null; in get()68 super(tag, TagTechnology.NFC_F); in NfcF()69 Bundle extras = tag.getTechExtras(TagTechnology.NFC_F); in NfcF()152 int err = mTag.getTagService().setTimeout(TagTechnology.NFC_F, timeout); in setTimeout()171 return mTag.getTagService().getTimeout(TagTechnology.NFC_F); in getTimeout()
61 if (!tag.hasTech(TagTechnology.ISO_DEP)) return null; in get()72 super(tag, TagTechnology.ISO_DEP); in IsoDep()73 Bundle extras = tag.getTechExtras(TagTechnology.ISO_DEP); in IsoDep()95 int err = mTag.getTagService().setTimeout(TagTechnology.ISO_DEP, timeout); in setTimeout()114 return mTag.getTagService().getTimeout(TagTechnology.ISO_DEP); in getTimeout()
94 if (!tag.hasTech(TagTechnology.MIFARE_ULTRALIGHT)) return null; in get()104 super(tag, TagTechnology.MIFARE_ULTRALIGHT); in MifareUltralight()112 Bundle extras = tag.getTechExtras(TagTechnology.MIFARE_ULTRALIGHT); in MifareUltralight()244 TagTechnology.MIFARE_ULTRALIGHT, timeout); in setTimeout()263 return mTag.getTagService().getTimeout(TagTechnology.MIFARE_ULTRALIGHT); in getTimeout()
51 if (!tag.hasTech(TagTechnology.NFC_BARCODE)) return null; in get()64 super(tag, TagTechnology.NFC_BARCODE); in NfcBarcode()65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_BARCODE); in NfcBarcode()
54 if (!tag.hasTech(TagTechnology.NFC_B)) return null; in get()64 super(tag, TagTechnology.NFC_B); in NfcB()65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_B); in NfcB()
55 if (!tag.hasTech(TagTechnology.NFC_V)) return null; in get()65 super(tag, TagTechnology.NFC_V); in NfcV()66 Bundle extras = tag.getTechExtras(TagTechnology.NFC_V); in NfcV()
136 if (!tag.hasTech(TagTechnology.MIFARE_CLASSIC)) return null; in get()146 super(tag, TagTechnology.MIFARE_CLASSIC); in MifareClassic()604 int err = mTag.getTagService().setTimeout(TagTechnology.MIFARE_CLASSIC, timeout); in setTimeout()623 return mTag.getTagService().getTimeout(TagTechnology.MIFARE_CLASSIC); in getTimeout()
146 if (!tag.hasTech(TagTechnology.NDEF)) return null; in get()159 super(tag, TagTechnology.NDEF); in Ndef()160 Bundle extras = tag.getTechExtras(TagTechnology.NDEF); in Ndef()
59 if (!tag.hasTech(TagTechnology.NDEF_FORMATABLE)) return null; in get()72 super(tag, TagTechnology.NDEF_FORMATABLE); in NdefFormatable()
83 public interface TagTechnology extends Closeable { interface
30 abstract class BasicTagTechnology implements TagTechnology {
293 public final class IsoDep implements android.nfc.tech.TagTechnology {308 public final class MifareClassic implements android.nfc.tech.TagTechnology {347 public final class MifareUltralight implements android.nfc.tech.TagTechnology {366 public final class Ndef implements android.nfc.tech.TagTechnology {387 public final class NdefFormatable implements android.nfc.tech.TagTechnology {397 public final class NfcA implements android.nfc.tech.TagTechnology {411 public final class NfcB implements android.nfc.tech.TagTechnology {423 public final class NfcBarcode implements android.nfc.tech.TagTechnology {435 public final class NfcF implements android.nfc.tech.TagTechnology {449 public final class NfcV implements android.nfc.tech.TagTechnology {[all …]
92 RequiresPermission: android.nfc.tech.TagTechnology#close():94 RequiresPermission: android.nfc.tech.TagTechnology#connect():
87 RequiresPermission: android.nfc.tech.TagTechnology#close():89 RequiresPermission: android.nfc.tech.TagTechnology#connect():
94 RequiresPermission: android.nfc.tech.TagTechnology#close():96 RequiresPermission: android.nfc.tech.TagTechnology#connect():
25 // values according to frameworks/base/core/java/android/nfc/tech/TagTechnology.java
1160 RequiresPermission: android.nfc.tech.TagTechnology#close():1162 RequiresPermission: android.nfc.tech.TagTechnology#connect():
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18512 abstract class BasicTagTechnology implements android.nfc.tech.TagTechnology {18647 public abstract interface TagTechnology implements java.io.Closeable {