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

  /frameworks/base/core/java/android/nfc/
Tag.java 298 public Bundle getTechExtras(int tech) {
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 82 Bundle[] getTechExtras();
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 511 // are called (most notably getTechExtras()), it needs some additional
527 Bundle[] builtTechExtras = getTechExtras();
532 Bundle[] oldTechExtras = getTechExtras();
631 public Bundle[] getTechExtras() {
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 506 // are called (most notably getTechExtras()), it needs some additional
522 Bundle[] builtTechExtras = getTechExtras();
527 Bundle[] oldTechExtras = getTechExtras();
626 public Bundle[] getTechExtras() {

Completed in 915 milliseconds