HomeSort by relevance Sort by last modified time
    Searched refs:CODE_UNSPECIFIED (Results 1 - 18 of 18) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserTests.java 20 import static com.android.inputmethod.latin.common.Constants.CODE_UNSPECIFIED;
51 null, null, ICON_UNDEFINED, CODE_UNSPECIFIED);
53 null, null, ICON_UNDEFINED, CODE_UNSPECIFIED);
KeySpecParserTestsBase.java 23 import static com.android.inputmethod.latin.common.Constants.CODE_UNSPECIFIED;
210 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED);
218 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED);
267 null, "a", ICON_UNDEFINED, CODE_UNSPECIFIED);
271 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED);
273 null, null, mSettingsIconId, CODE_UNSPECIFIED);
275 null, null, mSettingsIconId, CODE_UNSPECIFIED);
279 "abc", null, ICON_UNDEFINED, CODE_UNSPECIFIED);
281 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED);
283 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED);
    [all...]
MoreKeySpecTests.java 20 import static com.android.inputmethod.latin.common.Constants.CODE_UNSPECIFIED;
51 null, null, ICON_UNDEFINED, CODE_UNSPECIFIED);
53 null, null, ICON_UNDEFINED, CODE_UNSPECIFIED);
  /frameworks/base/telephony/java/com/android/ims/
ImsReasonInfo.java 32 public static final int CODE_UNSPECIFIED = 0;
398 mCode = CODE_UNSPECIFIED;
399 mExtraCode = CODE_UNSPECIFIED;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardCodesSet.java 75 Constants.CODE_UNSPECIFIED,
KeySpecParser.java 20 import static com.android.inputmethod.latin.common.Constants.CODE_UNSPECIFIED;
199 return CODE_UNSPECIFIED;
204 return parseCode(getAfterLabelEnd(keySpec, labelEnd), CODE_UNSPECIFIED);
MoreKeySpec.java 65 if (code == Constants.CODE_UNSPECIFIED) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 23 import static com.android.inputmethod.latin.common.Constants.CODE_UNSPECIFIED;
193 if (outputText == null && altCode == CODE_UNSPECIFIED
230 mOptionalAttributes = OptionalAttributes.newInstance(outputText, CODE_UNSPECIFIED,
233 mEnabled = (code != CODE_UNSPECIFIED);
371 if (code == CODE_UNSPECIFIED && TextUtils.isEmpty(outputText)
387 } else if (code == CODE_UNSPECIFIED && outputText != null) {
399 style.getString(keyAttr, R.styleable.Keyboard_Key_altCode), CODE_UNSPECIFIED);
    [all...]
Keyboard.java 191 if (code == Constants.CODE_UNSPECIFIED) {
MoreKeysKeyboardView.java 199 } else if (code != Constants.CODE_UNSPECIFIED) {
PointerTracker.java 296 } else if (code != Constants.CODE_UNSPECIFIED) {
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
StringUtilsTests.java 133 assert_toTitleCaseOfKeyCode(US, 0x00DF, Constants.CODE_UNSPECIFIED);
142 assert_toTitleCaseOfKeyCode(GREECE, 0x03B0, Constants.CODE_UNSPECIFIED);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyCodeDescriptionMapper.java 120 if (code != Constants.CODE_UNSPECIFIED) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 448 Constants.CODE_UNSPECIFIED, this);
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 572 private int mOverrideReason = ImsReasonInfo.CODE_UNSPECIFIED;
    [all...]
ImsManager.java     [all...]
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
StringUtils.java 616 ? titleCaseLabel.codePointAt(0) : Constants.CODE_UNSPECIFIED;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesView.java 245 Constants.CODE_UNSPECIFIED, this);

Completed in 941 milliseconds