OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTechExtras
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/core/java/android/nfc/tech/
NfcB.java
65
Bundle extras = tag.
getTechExtras
(TagTechnology.NFC_B);
NfcBarcode.java
65
Bundle extras = tag.
getTechExtras
(TagTechnology.NFC_BARCODE);
NfcV.java
66
Bundle extras = tag.
getTechExtras
(TagTechnology.NFC_V);
IsoDep.java
73
Bundle extras = tag.
getTechExtras
(TagTechnology.ISO_DEP);
NfcA.java
69
Bundle extras = tag.
getTechExtras
(TagTechnology.NFC_A);
NfcF.java
69
Bundle extras = tag.
getTechExtras
(TagTechnology.NFC_F);
MifareUltralight.java
112
Bundle extras = tag.
getTechExtras
(TagTechnology.MIFARE_ULTRALIGHT);
Ndef.java
161
Bundle extras = tag.
getTechExtras
(TagTechnology.NDEF);
/packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java
88
Bundle[]
getTechExtras
();
NfcService.java
[
all
...]
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java
509
// are called (most notably
getTechExtras
()), it needs some additional
525
Bundle[] builtTechExtras =
getTechExtras
();
530
Bundle[] oldTechExtras =
getTechExtras
();
629
public Bundle[]
getTechExtras
() {
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java
507
// are called (most notably
getTechExtras
()), it needs some additional
523
Bundle[] builtTechExtras =
getTechExtras
();
528
Bundle[] oldTechExtras =
getTechExtras
();
627
public Bundle[]
getTechExtras
() {
/frameworks/base/core/java/android/nfc/
Tag.java
298
public Bundle
getTechExtras
(int tech) {
Completed in 435 milliseconds