Searched refs:techIndex (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
H A D | NativeNfcTag.java | 494 int techIndex = getTechIndex(tech); in removeTechnology() local 495 if (techIndex != -1) { in removeTechnology() 498 System.arraycopy(mTechList, techIndex + 1, mNewTechList, techIndex, in removeTechnology() 504 System.arraycopy(mTechHandles, techIndex + 1, mNewTechList, techIndex, in removeTechnology() 510 System.arraycopy(mTechLibNfcTypes, techIndex + 1, mNewTypeList, techIndex, in removeTechnology() 522 System.arraycopy(mTechExtras, techIndex + 1, mNewTechExtras, techIndex, in removeTechnology() 572 int techIndex = -1; in getTechIndex() local 575 techIndex = i; in getTechIndex() 579 return techIndex; in getTechIndex() 762 for (int techIndex = 0; techIndex < technologies.length; techIndex++) { in findAndReadNdef() [all …]
|