Home
last modified time | relevance | path

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

/frameworks/base/nfc/java/android/nfc/
DTag.java117 final int[] mTechList; field in Tag
136 mTechList = Arrays.copyOf(techList, techList.length); in Tag()
257 return mTechList; in getTechCodeList()
345 for (int tech : mTechList) { in hasTech()
354 for (int idx = 0; idx < mTechList.length; idx++) { in getTechExtras()
355 if (mTechList[idx] == tech) { in getTechExtras()
437 dest.writeInt(mTechList.length); in writeToParcel()
438 dest.writeIntArray(mTechList); in writeToParcel()