Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/nfc/
H A 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34366 Landroid/nfc/Tag;->mTechList:[I