Searched defs:getTechExtras (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java523 // are called (most notably getTechExtras()), it needs some additional
539 Bundle[] builtTechExtras = getTechExtras();
544 Bundle[] oldTechExtras = getTechExtras();
643 public Bundle[] getTechExtras() { method in class:NativeNfcTag
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java519 // are called (most notably getTechExtras()), it needs some additional
535 Bundle[] builtTechExtras = getTechExtras();
540 Bundle[] oldTechExtras = getTechExtras();
639 public Bundle[] getTechExtras() { method in class:NativeNfcTag
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java64 Bundle[] getTechExtras(); method in interface:DeviceHost.TagEndpoint

Completed in 37 milliseconds