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 88 Bundle[] getTechExtras();
  /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() {

Completed in 643 milliseconds