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

  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
InputDeviceResultTask.java 227 final List<InputMethodSubtype> allSubtypes = new ArrayList<>(subtypeCount);
229 allSubtypes.add(imi.getSubtypeAt(index));
231 return allSubtypes;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 187 IType[] allSubtypes = hierarchy.getAllSubtypes(type);
188 for (IType subType : allSubtypes) {
200 IType[] allSubtypes = hierarchy.getAllSubtypes(type);
201 for (IType subType : allSubtypes) {
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 1169 milliseconds