Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/nfc/
H A DTag.java132 if (techList == null) { in Tag()
136 mTechList = Arrays.copyOf(techList, techList.length); in Tag()
137 mTechStringList = generateTechStringList(techList); in Tag()
166 private String[] generateTechStringList(int[] techList) { in generateTechStringList() argument
167 final int size = techList.length; in generateTechStringList()
170 switch (techList[i]) { in generateTechStringList()
395 String[] techList = getTechList(); in toString() local
396 int length = techList.length; in toString()
398 sb.append(techList[i]); in toString()
456 int[] techList = new int[in.readInt()];
[all …]
H A DTechListParcel.java45 String[] techList = mTechLists[i]; in writeToParcel() local
46 dest.writeStringArray(techList); in writeToParcel()
H A DINfcAdapter.aidl62 void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, in int[] techList); in addNfcUnlockHandler() argument