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

  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 170 * declaringType} and its subtypes.
173 Set<Integer> subtypes = findAssignableTypes(dex, declaringType); local
179 && subtypes.contains(method.getDeclaringClassIndex())) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodButton.java 83 final List<InputMethodSubtype> subtypes = mImm.getEnabledInputMethodSubtypeList( local
85 final int subtypeCount = subtypes.size();
90 final InputMethodSubtype subtype = subtypes.get(j);
InputMethodsPanel.java 289 List<InputMethodSubtype> subtypes = enabledIMIs.get(imi); local
290 if (subtypes == null || subtypes.size() == 0) {
295 for (InputMethodSubtype subtype: subtypes) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ImfUtils.java 70 // TODO: Cache all subtypes of this IME for optimization
71 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(myImi, true); local
72 for (final InputMethodSubtype subtype : subtypes) {
124 final List<InputMethodSubtype> subtypes =
126 // IMEs that have no subtypes should be counted.
127 if (subtypes.isEmpty()) {
133 for (InputMethodSubtype subtype : subtypes) {
138 final int nonAuxCount = subtypes.size() - auxCount;
140 // IMEs that have one or more non-auxiliary subtypes should be counted.
142 // subtypes should be counted as well
152 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(null, true); local
    [all...]
SubtypeSwitcher.java 133 * Update enabled subtypes from the framework.
169 final List<InputMethodSubtype> subtypes = shortcuts.get(imi); local
173 // TODO: Pick up the first found subtype for now. Should handle all subtypes
175 mShortcutSubtype = subtypes.size() > 0 ? subtypes.get(0) : null;
AdditionalSubtypeSettings.java 538 final ArrayList<InputMethodSubtype> subtypes = CollectionUtils.newArrayList(); local
546 subtypes.add(subtypePref.getSubtype());
549 return subtypes.toArray(new InputMethodSubtype[subtypes.size()]);
556 final InputMethodSubtype[] subtypes = getSubtypes(); local
557 final String prefSubtypes = AdditionalSubtype.createPrefSubtypes(subtypes);
568 ImfUtils.setAdditionalInputMethodSubtypes(getActivity(), subtypes); local
Settings.java 314 final InputMethodSubtype[] subtypes = local
317 for (final InputMethodSubtype subtype : subtypes) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java 212 final List<InputMethodSubtype> subtypes = mImm.getEnabledInputMethodSubtypeList(mImi, true); local
213 for (InputMethodSubtype subtype : subtypes) {
  /external/tcpdump/
print-radius.c 337 const char **subtypes; /* Standard Values (if any) */ member in struct:attrtype
587 table = attr_type[attr_code].subtypes;
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 609 * Returns a list of enabled input method subtypes for the specified input method info.
610 * @param imi An input method info whose subtypes list will be returned.
612 * selected subtypes. If an input method info doesn't have enabled subtypes, the framework
613 * will implicitly enable subtypes according to the current system language.
1809 ArrayList<InputMethodSubtype> subtypes = null; local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 107 * This is used to store type entries. The type is stored as a call variable and the map support the subtypes.
1111 ServiceTypeEntry subtypes = _serviceTypes.get(loname); local
1876 ServiceTypeEntry subtypes = _serviceTypes.get(key); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsModel.java 579 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(imi, local
581 final int subtypeCount = subtypes.size();
586 final InputMethodSubtype subtype = subtypes.get(j);
  /external/libxml2/include/libxml/
schemasInternals.h 262 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaAttribute
610 xmlSchemaTypePtr subtypes; member in struct:_xmlSchemaType
631 Could we use @subtypes for this? */
773 xmlSchemaTypePtr subtypes; /* the type definition */ member in struct:_xmlSchemaElement
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 4198 u32 subtypes = 0; local
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 113 AuthRecord *subtypes; member in struct:service_instance
610 AuthRecord *st = instance->subtypes;
644 AuthRecord *st = instance->subtypes;
712 if (srv->subtypes) { freeL("ServiceSubTypes", srv->subtypes); srv->subtypes = NULL; }
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 796 Slog.w(TAG, "Found no subtypes in a system IME: " + imi.getPackageName());
1432 final List<InputMethodSubtype> subtypes = getEnabledInputMethodSubtypeListLocked( local
2392 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
2402 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
2969 final List<InputMethodSubtype> subtypes = getSubtypes(imi); local
3233 ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
3369 ArrayList<InputMethodSubtype> subtypes = getSubtypes(imi); local
3431 ArrayList<String> subtypes = pair.second; local
3904 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<InputMethodSubtype>(); local
3915 mAdditionalSubtypesMap.put(imi.getId(), subtypes); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 742 milliseconds