Searched refs:TagTechnology (Results 1 – 20 of 20) sorted by relevance
/frameworks/base/nfc/java/android/nfc/ |
D | Tag.java | 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 …]
|
/frameworks/base/nfc/java/android/nfc/tech/ |
D | NfcA.java | 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()
|
D | NfcF.java | 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()
|
D | IsoDep.java | 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()
|
D | MifareUltralight.java | 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()
|
D | NfcBarcode.java | 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()
|
D | NfcB.java | 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()
|
D | NfcV.java | 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()
|
D | MifareClassic.java | 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()
|
D | Ndef.java | 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()
|
D | NdefFormatable.java | 59 if (!tag.hasTech(TagTechnology.NDEF_FORMATABLE)) return null; in get() 72 super(tag, TagTechnology.NDEF_FORMATABLE); in NdefFormatable()
|
D | TagTechnology.java | 83 public interface TagTechnology extends Closeable { interface
|
D | BasicTagTechnology.java | 30 abstract class BasicTagTechnology implements TagTechnology {
|
/frameworks/base/nfc/api/ |
D | current.txt | 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 …]
|
D | module-lib-lint-baseline.txt | 87 RequiresPermission: android.nfc.tech.TagTechnology#close(): 89 RequiresPermission: android.nfc.tech.TagTechnology#connect():
|
D | lint-baseline.txt | 92 RequiresPermission: android.nfc.tech.TagTechnology#close(): 94 RequiresPermission: android.nfc.tech.TagTechnology#connect():
|
D | system-lint-baseline.txt | 94 RequiresPermission: android.nfc.tech.TagTechnology#close(): 96 RequiresPermission: android.nfc.tech.TagTechnology#connect():
|
/frameworks/proto_logging/stats/enums/nfc/ |
D | enums.proto | 25 // values according to frameworks/base/core/java/android/nfc/tech/TagTechnology.java
|
/frameworks/base/core/api/ |
D | test-lint-baseline.txt | 1160 RequiresPermission: android.nfc.tech.TagTechnology#close(): 1162 RequiresPermission: android.nfc.tech.TagTechnology#connect():
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18512 abstract class BasicTagTechnology implements android.nfc.tech.TagTechnology { 18647 public abstract interface TagTechnology implements java.io.Closeable {
|