Searched refs:TagTechnology (Results 1 – 20 of 20) sorted by relevance
/frameworks/base/core/java/android/nfc/ |
D | Tag.java | 30 import android.nfc.tech.TagTechnology; 162 case TagTechnology.ISO_DEP: in generateTechStringList() 165 case TagTechnology.MIFARE_CLASSIC: in generateTechStringList() 168 case TagTechnology.MIFARE_ULTRALIGHT: in generateTechStringList() 171 case TagTechnology.NDEF: in generateTechStringList() 174 case TagTechnology.NDEF_FORMATABLE: in generateTechStringList() 177 case TagTechnology.NFC_A: in generateTechStringList() 180 case TagTechnology.NFC_B: in generateTechStringList() 183 case TagTechnology.NFC_F: in generateTechStringList() 186 case TagTechnology.NFC_V: in generateTechStringList() [all …]
|
/frameworks/base/core/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() 147 int err = mTag.getTagService().setTimeout(TagTechnology.NFC_A, timeout); in setTimeout() 165 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() 151 int err = mTag.getTagService().setTimeout(TagTechnology.NFC_F, timeout); in setTimeout() 169 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() 94 int err = mTag.getTagService().setTimeout(TagTechnology.ISO_DEP, timeout); in setTimeout() 112 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() 243 TagTechnology.MIFARE_ULTRALIGHT, timeout); in setTimeout() 261 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() 603 int err = mTag.getTagService().setTimeout(TagTechnology.MIFARE_CLASSIC, timeout); in setTimeout() 621 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/docs/html/guide/topics/connectivity/nfc/ |
D | advanced-nfc.jd | 33 supported by the tag and create the corresponding {@link android.nfc.tech.TagTechnology} 47 <td>{@link android.nfc.tech.TagTechnology}</td> 140 <li>Obtain an instance of a {@link android.nfc.tech.TagTechnology}, by calling one of the
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3.3.jd | 102 <li>{@link android.nfc.tech.TagTechnology}, an interface that gives applications
|
/frameworks/base/ |
D | compiled-classes-phone | 2954 android.nfc.tech.TagTechnology
|
/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 {
|
/frameworks/base/api/ |
D | current.txt | 25022 abstract class BasicTagTechnology implements android.nfc.tech.TagTechnology { 25157 public abstract interface TagTechnology implements java.io.Closeable {
|
D | test-current.txt | 25091 abstract class BasicTagTechnology implements android.nfc.tech.TagTechnology { 25226 public abstract interface TagTechnology implements java.io.Closeable {
|
D | system-current.txt | 27462 abstract class BasicTagTechnology implements android.nfc.tech.TagTechnology { 27597 public abstract interface TagTechnology implements java.io.Closeable {
|