HomeSort by relevance Sort by last modified time
    Searched refs:getTechExtras (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/nfc/tech/
NfcB.java 65 Bundle extras = tag.getTechExtras(TagTechnology.NFC_B);
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 70 Bundle[] getTechExtras();
NfcService.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/nxp/
NativeNfcTag.java 502 // are called (most notably getTechExtras()), it needs some additional
518 Bundle[] builtTechExtras = getTechExtras();
523 Bundle[] oldTechExtras = getTechExtras();
622 public Bundle[] getTechExtras() {
  /frameworks/base/core/java/android/nfc/
Tag.java 294 public Bundle getTechExtras(int tech) {

Completed in 84 milliseconds