Home
last modified time | relevance | path

Searched refs:mTechExtras (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java49 private Bundle[] mTechExtras; field in NativeNfcTag
518 if (mTechExtras != null) in removeTechnology()
520 Bundle[] mNewTechExtras = new Bundle[mTechExtras.length - 1]; in removeTechnology()
521 System.arraycopy(mTechExtras, 0, mNewTechExtras, 0, techIndex); in removeTechnology()
522 System.arraycopy(mTechExtras, techIndex + 1, mNewTechExtras, techIndex, in removeTechnology()
523 mTechExtras.length - techIndex - 1); in removeTechnology()
524 mTechExtras = mNewTechExtras; in removeTechnology()
552 if (mTechExtras == null) { in addNdefTechnology()
564 mTechExtras = newTechExtras; in addNdefTechnology()
661 if (mTechExtras != null) return mTechExtras; in getTechExtras()
[all …]