Home | History | Annotate | Download | only in voicedialer

Lines Matching refs:component

333             // the we store our own mapping table between words and component
348 String component = packageName + "/" + className;
354 openEntries.put(labelLowerCase, component);
358 int index = classList.indexOf(component);
359 int after = index + component.length();
364 openEntries.put(labelLowerCase, classList + ' ' + component);
1155 String component = components[i];
1158 String packageName = component.substring(
1159 0, component.lastIndexOf('/'));
1160 String className = component.substring(
1161 component.lastIndexOf('/')+1, component.length());