Searched refs:techList (Results 1 – 3 of 3) sorted by relevance
132 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() argument167 final int size = techList.length; in generateTechStringList()170 switch (techList[i]) { in generateTechStringList()395 String[] techList = getTechList(); in toString() local396 int length = techList.length; in toString()398 sb.append(techList[i]); in toString()456 int[] techList = new int[in.readInt()];[all …]
45 String[] techList = mTechLists[i]; in writeToParcel() local46 dest.writeStringArray(techList); in writeToParcel()
62 void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, in int[] techList); in addNfcUnlockHandler() argument