Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java44 private int[] mTechList; field in NativeNfcTag
160 for (int i = 0; i < mTechList.length; i++) { in connectWithStatus()
161 if (mTechList[i] == technology) { in connectWithStatus()
449 return mTechList; in getTechList()
466 if (mConnectedTechIndex != -1 && mConnectedTechIndex < mTechList.length) { in getConnectedTechnology()
467 return mTechList[mConnectedTechIndex]; in getConnectedTechnology()
480 int[] mNewTechList = new int[mTechList.length + 1]; in addTechnology()
481 System.arraycopy(mTechList, 0, mNewTechList, 0, mTechList.length); in addTechnology()
482 mNewTechList[mTechList.length] = tech; in addTechnology()
483 mTechList = mNewTechList; in addTechnology()
[all …]
/packages/apps/Nfc/nci/jni/
DNfcTag.cpp69 memset(mTechList, 0, sizeof(mTechList)); in NfcTag()
305 mTechList[mNumTechList] = in discoverTechnologies()
308 mTechList[mNumTechList] = in discoverTechnologies()
328 mTechList[mNumTechList] = in discoverTechnologies()
337 mTechList[mNumTechList] = TARGET_TYPE_FELICA; in discoverTechnologies()
349 mTechList[mNumTechList] = in discoverTechnologies()
358 setTransceiveTimeout(mTechList[mNumTechList], fwt); in discoverTechnologies()
366 mTechList[mNumTechList] = in discoverTechnologies()
380 mTechList[mNumTechList] = in discoverTechnologies()
388 mTechList[mNumTechList] = TARGET_TYPE_V; in discoverTechnologies()
[all …]
DNfcTag.h39 int mTechList[MAX_NUM_TECHNOLOGY]; // array of NFC technologies according to variable
DNativeNfcTag.cpp522 sCurrentConnectedTargetType = natTag.mTechList[i]; in nativeNfcTag_doConnect()
/packages/apps/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt530 Landroid/nfc/Tag;->mTechList:[I