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
507 if (mTechExtras != null) in removeTechnology()
509 Bundle[] mNewTechExtras = new Bundle[mTechExtras.length - 1]; in removeTechnology()
510 System.arraycopy(mTechExtras, 0, mNewTechExtras, 0, techIndex); in removeTechnology()
511 System.arraycopy(mTechExtras, techIndex + 1, mNewTechExtras, techIndex, in removeTechnology()
512 mTechExtras.length - techIndex - 1); in removeTechnology()
513 mTechExtras = mNewTechExtras; in removeTechnology()
541 if (mTechExtras == null) { in addNdefTechnology()
553 mTechExtras = newTechExtras; in addNdefTechnology()
650 if (mTechExtras != null) return mTechExtras; in getTechExtras()
[all …]