HomeSort by relevance Sort by last modified time
    Searched refs:techIndex (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 464 int techIndex = getTechIndex(tech);
465 if (techIndex != -1) {
467 System.arraycopy(mTechList, 0, mNewTechList, 0, techIndex);
468 System.arraycopy(mTechList, techIndex + 1, mNewTechList, techIndex,
469 mTechList.length - techIndex - 1);
473 System.arraycopy(mTechHandles, 0, mNewHandleList, 0, techIndex);
474 System.arraycopy(mTechHandles, techIndex + 1, mNewTechList, techIndex,
475 mTechHandles.length - techIndex - 1)
    [all...]
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 475 int techIndex = getTechIndex(tech);
476 if (techIndex != -1) {
478 System.arraycopy(mTechList, 0, mNewTechList, 0, techIndex);
479 System.arraycopy(mTechList, techIndex + 1, mNewTechList, techIndex,
480 mTechList.length - techIndex - 1);
484 System.arraycopy(mTechHandles, 0, mNewHandleList, 0, techIndex);
485 System.arraycopy(mTechHandles, techIndex + 1, mNewTechList, techIndex,
486 mTechHandles.length - techIndex - 1)
    [all...]

Completed in 241 milliseconds