Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java509 Bundle[] mNewTechExtras = new Bundle[mTechExtras.length - 1]; in removeTechnology() local
510 System.arraycopy(mTechExtras, 0, mNewTechExtras, 0, techIndex); in removeTechnology()
511 System.arraycopy(mTechExtras, techIndex + 1, mNewTechExtras, techIndex, in removeTechnology()
513 mTechExtras = mNewTechExtras; in removeTechnology()