Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/nfc/
DTag.java114 final int[] mTechList; field in Tag
132 mTechList = Arrays.copyOf(techList, techList.length); in Tag()
247 return mTechList; in getTechCodeList()
335 for (int tech : mTechList) { in hasTech()
344 for (int idx = 0; idx < mTechList.length; idx++) { in getTechExtras()
345 if (mTechList[idx] == tech) { in getTechExtras()
410 dest.writeInt(mTechList.length); in writeToParcel()
411 dest.writeIntArray(mTechList); in writeToParcel()