Searched refs:mConnectedTechIndex (Results 1 – 1 of 1) sorted by relevance
66 private int mConnectedTechIndex; // Index in mTechHandles field in NativeNfcTag177 mConnectedTechIndex = i; in connectWithStatus()214 mConnectedTechIndex = i; in connectWithStatus()274 mConnectedTechIndex = -1; in disconnect()443 if (mConnectedTechIndex != -1 && mConnectedTechIndex < mTechLibNfcTypes.length) { in getConnectedLibNfcType()444 return mTechLibNfcTypes[mConnectedTechIndex]; in getConnectedLibNfcType()452 if (mConnectedTechIndex != -1 && mConnectedTechIndex < mTechList.length) { in getConnectedTechnology()453 return mTechList[mConnectedTechIndex]; in getConnectedTechnology()