Searched refs:mConnectedTechIndex (Results 1 – 1 of 1) sorted by relevance
66 private int mConnectedTechIndex; // Index in mTechHandles field in NativeNfcTag182 mConnectedTechIndex = i; in connectWithStatus()199 mConnectedTechIndex = i; in connectWithStatus()270 mConnectedTechIndex = -1; in disconnect()457 if (mConnectedTechIndex != -1 && mConnectedTechIndex < mTechLibNfcTypes.length) { in getConnectedLibNfcType()458 return mTechLibNfcTypes[mConnectedTechIndex]; in getConnectedLibNfcType()466 if (mConnectedTechIndex != -1 && mConnectedTechIndex < mTechList.length) { in getConnectedTechnology()467 return mTechList[mConnectedTechIndex]; in getConnectedTechnology()