Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java483 int techIndex = getTechIndex(tech); in removeTechnology() local
484 if (techIndex != -1) { in removeTechnology()
486 System.arraycopy(mTechList, 0, mNewTechList, 0, techIndex); in removeTechnology()
487 System.arraycopy(mTechList, techIndex + 1, mNewTechList, techIndex, in removeTechnology()
488 mTechList.length - techIndex - 1); in removeTechnology()
492 System.arraycopy(mTechHandles, 0, mNewHandleList, 0, techIndex); in removeTechnology()
493 System.arraycopy(mTechHandles, techIndex + 1, mNewTechList, techIndex, in removeTechnology()
494 mTechHandles.length - techIndex - 1); in removeTechnology()
498 System.arraycopy(mTechLibNfcTypes, 0, mNewTypeList, 0, techIndex); in removeTechnology()
499 System.arraycopy(mTechLibNfcTypes, techIndex + 1, mNewTypeList, techIndex, in removeTechnology()
[all …]