Searched refs:techIndex (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeNfcTag.java | 499 int techIndex = getTechIndex(tech); in removeTechnology() local 500 if (techIndex != -1) { in removeTechnology() 502 System.arraycopy(mTechList, 0, mNewTechList, 0, techIndex); in removeTechnology() 505 techIndex + 1, in removeTechnology() 507 techIndex, in removeTechnology() 508 mTechList.length - techIndex - 1); in removeTechnology() 512 System.arraycopy(mTechHandles, 0, mNewHandleList, 0, techIndex); in removeTechnology() 515 techIndex + 1, in removeTechnology() 517 techIndex, in removeTechnology() 518 mTechHandles.length - techIndex - 1); in removeTechnology() [all …]
|