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 342 public Bundle getTechExtras(int tech) {
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 64 Bundle[] getTechExtras();
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 523 // are called (most notably getTechExtras()), it needs some additional
539 Bundle[] builtTechExtras = getTechExtras();
544 Bundle[] oldTechExtras = getTechExtras();
643 public Bundle[] getTechExtras() {
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 519 // are called (most notably getTechExtras()), it needs some additional
535 Bundle[] builtTechExtras = getTechExtras();
540 Bundle[] oldTechExtras = getTechExtras();
639 public Bundle[] getTechExtras() {

Completed in 285 milliseconds