/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | RichInputMethodManager.java | 206 final InputMethodSubtype subtype = imi.getSubtypeAt(index); in isAuxiliaryIme() local 222 public boolean checkIfSubtypeBelongsToThisImeAndEnabled(final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToThisImeAndEnabled() 227 final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToThisImeAndImplicitlyEnabled() 236 final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToImeAndEnabled() 242 private static boolean checkIfSubtypeBelongsToList(final InputMethodSubtype subtype, in checkIfSubtypeBelongsToList() 247 private static int getSubtypeIndexInList(final InputMethodSubtype subtype, in getSubtypeIndexInList() 259 public boolean checkIfSubtypeBelongsToThisIme(final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToThisIme() 263 private static int getSubtypeIndexInIme(final InputMethodSubtype subtype, in getSubtypeIndexInIme() 346 final InputMethodSubtype subtype = myImi.getSubtypeAt(i); in findSubtypeByLocaleAndKeyboardLayoutSet() local 356 public void setInputMethodAndSubtype(final IBinder token, final InputMethodSubtype subtype) { in setInputMethodAndSubtype()
|
D | SubtypeLocale.java | 205 private static String getReplacementString(final InputMethodSubtype subtype, in getReplacementString() 215 public static String getSubtypeDisplayNameInSystemLocale(final InputMethodSubtype subtype) { in getSubtypeDisplayNameInSystemLocale() 220 public static String getSubtypeDisplayName(final InputMethodSubtype subtype) { in getSubtypeDisplayName() 225 private static String getSubtypeDisplayNameInternal(final InputMethodSubtype subtype, in getSubtypeDisplayNameInternal() 250 public static boolean isNoLanguage(final InputMethodSubtype subtype) { in isNoLanguage() 255 public static Locale getSubtypeLocale(final InputMethodSubtype subtype) { in getSubtypeLocale() 260 public static String getKeyboardLayoutSetDisplayName(final InputMethodSubtype subtype) { in getKeyboardLayoutSetDisplayName() 269 public static String getKeyboardLayoutSetName(final InputMethodSubtype subtype) { in getKeyboardLayoutSetName()
|
D | AdditionalSubtype.java | 37 public static boolean isAdditionalSubtype(final InputMethodSubtype subtype) { in isAdditionalSubtype() 65 public static String getPrefSubtype(final InputMethodSubtype subtype) { in getPrefSubtype() 96 final InputMethodSubtype subtype = createAdditionalSubtype(prefSubtype); in createAdditionalSubtypesArray() local
|
D | AdditionalSubtypeSettings.java | 101 final InputMethodSubtype subtype = imi.getSubtypeAt(i); in SubtypeLocaleAdapter() local 127 public KeyboardLayoutSetItem(final InputMethodSubtype subtype) { in KeyboardLayoutSetItem() 146 final InputMethodSubtype subtype = AdditionalSubtype.createAdditionalSubtype( in KeyboardLayoutSetAdapter() local 178 public SubtypePreference(final Context context, final InputMethodSubtype subtype, in SubtypePreference() 199 public void setSubtype(final InputMethodSubtype subtype) { in setSubtype() 282 final InputMethodSubtype subtype = AdditionalSubtype.createAdditionalSubtype( in onClick() local 496 private void showSubtypeAlreadyExistsToast(final InputMethodSubtype subtype) { in showSubtypeAlreadyExistsToast() 504 private InputMethodSubtype findDuplicatedSubtype(final InputMethodSubtype subtype) { in findDuplicatedSubtype()
|
D | SubtypeSwitcher.java | 186 private void switchToTargetIME(final String imiId, final InputMethodSubtype subtype, in switchToTargetIME()
|
D | LatinIME.java | 663 public void onCurrentInputMethodSubtypeChanged(final InputMethodSubtype subtype) { in onCurrentInputMethodSubtypeChanged()
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | InputMethodAndSubtypeUtil.java | 165 final InputMethodSubtype subtype = imm.getCurrentInputMethodSubtype(); in getCurrentInputMethodName() local 213 InputMethodSubtype subtype = imi.getSubtypeAt(i); in saveInputMethodSubtypeList() local 335 InputMethodSubtype subtype = imi.getSubtypeAt(i); in setSubtypesPreferenceEnabled() local 356 InputMethodSubtype subtype = imi.getSubtypeAt(i); in updateSubtypesPreferenceChecked() local
|
D | SingleSpellCheckerPreference.java | 142 final SpellCheckerSubtype subtype = mSpellCheckerInfo.getSubtypeAt(i); in onSubtypeButtonClicked() local
|
D | InputMethodAndSubtypeEnabler.java | 258 final InputMethodSubtype subtype = imi.getSubtypeAt(j); in createPreferenceHierarchy() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | KeyboardLayoutSet.java | 257 public Builder setSubtype(final InputMethodSubtype subtype) { in setSubtype() 421 final InputMethodSubtype subtype = in createKeyboardSetForSpellChecker() local 428 final InputMethodSubtype subtype, final int orientation, in createKeyboardSetForTest() 447 final InputMethodSubtype subtype, final int width, final int height, in createKeyboardSet()
|
D | MainKeyboardView.java | 1381 final InputMethodSubtype subtype, final int width) { in layoutLanguageOnSpacebar() 1410 final InputMethodSubtype subtype = getKeyboard().mId.mSubtype; in drawSpacebar() local 1457 static String getFullDisplayName(final InputMethodSubtype subtype) { in getFullDisplayName() 1465 static String getShortDisplayName(final InputMethodSubtype subtype) { in getShortDisplayName() 1474 static String getMiddleDisplayName(final InputMethodSubtype subtype) { in getMiddleDisplayName()
|
/packages/apps/Browser/src/com/android/browser/ |
D | NetworkStateHandler.java | 115 private void sendNetworkType(String type, String subtype) { in sendNetworkType()
|
/packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/ |
D | ContentTypeParser.java | 25 private String subtype; field in ContentTypeParser 66 Token subtype; in parse() local
|
/packages/apps/Email/src/org/apache/james/mime4j/ |
D | BodyDescriptor.java | 109 String subtype = main.substring(index + 1).trim(); in addField() local
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
D | ContactsSyncAdapter.java | 1138 int subtype = cv.getAsInteger(Phone.TYPE); in findUntypedData() local
|