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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserTests.java 20 import static com.android.inputmethod.latin.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.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.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 51 public static final int CODE_UNSPECIFIED = 0;
238 mCode = CODE_UNSPECIFIED;
239 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.Constants.CODE_UNSPECIFIED;
190 return CODE_UNSPECIFIED;
195 return parseCode(getAfterLabelEnd(keySpec, labelEnd), CODE_UNSPECIFIED);
MoreKeySpec.java 57 if (code == Constants.CODE_UNSPECIFIED) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 23 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
176 if (outputText == null && altCode == CODE_UNSPECIFIED
211 mOptionalAttributes = OptionalAttributes.newInstance(outputText, CODE_UNSPECIFIED,
214 mEnabled = (code != CODE_UNSPECIFIED);
341 if (code == CODE_UNSPECIFIED && TextUtils.isEmpty(outputText)
357 } else if (code == CODE_UNSPECIFIED && outputText != null) {
368 style.getString(keyAttr, R.styleable.Keyboard_Key_altCode), CODE_UNSPECIFIED);
752 return (attrs != null) ? attrs.mAltCode : CODE_UNSPECIFIED;
    [all...]
Keyboard.java 169 if (code == Constants.CODE_UNSPECIFIED) {
MoreKeysKeyboardView.java 199 } else if (code != Constants.CODE_UNSPECIFIED) {
PointerTracker.java 344 } else if (code != Constants.CODE_UNSPECIFIED) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
StringUtils.java 19 import static com.android.inputmethod.latin.Constants.CODE_UNSPECIFIED;
505 ? casedText.codePointAt(0) : CODE_UNSPECIFIED;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyCodeDescriptionMapper.java 116 if (code != Constants.CODE_UNSPECIFIED) {
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 474 throw new ImsException("takeCall()", t, ImsReasonInfo.CODE_UNSPECIFIED);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesView.java 245 Constants.CODE_UNSPECIFIED, this);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 476 Constants.CODE_UNSPECIFIED, this);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java     [all...]

Completed in 320 milliseconds