Home
last modified time | relevance | path

Searched refs:TagTechnology (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/nfc/java/android/nfc/
DTag.java31 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 …]
/frameworks/base/nfc/java/android/nfc/tech/
DNfcA.java58 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()
DNfcF.java58 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()
DIsoDep.java61 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()
DMifareUltralight.java94 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()
DNfcBarcode.java51 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()
DNfcB.java54 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()
DNfcV.java55 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()
DMifareClassic.java136 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()
DNdef.java146 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()
DNdefFormatable.java59 if (!tag.hasTech(TagTechnology.NDEF_FORMATABLE)) return null; in get()
72 super(tag, TagTechnology.NDEF_FORMATABLE); in NdefFormatable()
DTagTechnology.java83 public interface TagTechnology extends Closeable { interface
DBasicTagTechnology.java30 abstract class BasicTagTechnology implements TagTechnology {
/frameworks/base/nfc/api/
Dcurrent.txt293 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 …]
Dlint-baseline.txt92 RequiresPermission: android.nfc.tech.TagTechnology#close():
94 RequiresPermission: android.nfc.tech.TagTechnology#connect():
Dmodule-lib-lint-baseline.txt87 RequiresPermission: android.nfc.tech.TagTechnology#close():
89 RequiresPermission: android.nfc.tech.TagTechnology#connect():
Dsystem-lint-baseline.txt94 RequiresPermission: android.nfc.tech.TagTechnology#close():
96 RequiresPermission: android.nfc.tech.TagTechnology#connect():
/frameworks/proto_logging/stats/enums/nfc/
Denums.proto25 // values according to frameworks/base/core/java/android/nfc/tech/TagTechnology.java
/frameworks/base/core/api/
Dtest-lint-baseline.txt1160 RequiresPermission: android.nfc.tech.TagTechnology#close():
1162 RequiresPermission: android.nfc.tech.TagTechnology#connect():
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18512 abstract class BasicTagTechnology implements android.nfc.tech.TagTechnology {
18647 public abstract interface TagTechnology implements java.io.Closeable {