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

/frameworks/base/core/java/android/nfc/
H A DTag.java114 final int[] mTechList; field in class:Tag
132 mTechList = Arrays.copyOf(techList, techList.length);
134 // Ensure mTechExtras is as long as mTechList
247 return mTechList;
335 for (int tech : mTechList) {
344 for (int idx = 0; idx < mTechList.length; idx++) {
345 if (mTechList[idx] == tech) {
410 dest.writeInt(mTechList.length);
411 dest.writeIntArray(mTechList);

Completed in 45 milliseconds