HomeSort by relevance Sort by last modified time
    Searched refs:techs (Results 1 - 3 of 3) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 82 public final String[] techs; field in class:RegisteredComponentCache.ComponentInfo
84 ComponentInfo(ResolveInfo resolveInfo, String[] techs) {
86 this.techs = techs;
93 out.append(", techs: ");
94 for (String tech : techs) {
200 String[] techs = new String[size]; local
201 techs = items.toArray(techs);
203 components.add(new ComponentInfo(resolveInfo, techs));
    [all...]
NfcDispatcher.java 370 if (filterMatch(tagTechs, info.techs) &&
416 /** Returns true if the tech list filter matches the techs on the tag */
  /external/qemu/telephony/
android_modem.c 125 const struct { const char* name; AModemTech tech; } techs[] = { local
135 for (nn = 0; techs[nn].name; nn++) {
136 if (!strcmp(tech, techs[nn].name))
137 return techs[nn].tech;
    [all...]

Completed in 520 milliseconds