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 89 public final String[] techs; field in class:RegisteredComponentCache.ComponentInfo
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]; local
217 techs = items.toArray(techs);
219 components.add(new ComponentInfo(resolveInfo, techs));
    [all...]
NfcDispatcher.java 603 if (filterMatch(tagTechs, info.techs) &&
682 /** Returns true if the tech list filter matches the techs on the tag */
  /hardware/ril/reference-ril/
reference-ril.c 3026 int err, val, techs = 0; local
    [all...]

Completed in 655 milliseconds