Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java66 private int mConnectedTechIndex; // Index in mTechHandles field in NativeNfcTag
180 mConnectedTechIndex = i; in connectWithStatus()
217 mConnectedTechIndex = i; in connectWithStatus()
285 mConnectedTechIndex = -1; in disconnect()
454 if (mConnectedTechIndex != -1 && mConnectedTechIndex < mTechLibNfcTypes.length) { in getConnectedLibNfcType()
455 return mTechLibNfcTypes[mConnectedTechIndex]; in getConnectedLibNfcType()
463 if (mConnectedTechIndex != -1 && mConnectedTechIndex < mTechList.length) { in getConnectedTechnology()
464 return mTechList[mConnectedTechIndex]; in getConnectedTechnology()