Home | History | Annotate | Download | only in nfc

Lines Matching refs:techs

89         public final String[] techs;
91 ComponentInfo(ResolveInfo resolveInfo, String[] techs) {
93 this.techs = techs;
100 out.append(", techs: ");
101 for (String tech : techs) {
216 String[] techs = new String[size];
217 techs = items.toArray(techs);
219 components.add(new ComponentInfo(resolveInfo, techs));