Home
last modified time | relevance | path

Searched refs:CODE_UNSPECIFIED (Results 1 – 24 of 24) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeySpecParserTestsBase.java210 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testCodes()
218 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testCodes()
267 null, "a", ICON_UNDEFINED, CODE_UNSPECIFIED); in testFormatError()
271 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testFormatError()
273 null, null, mSettingsIconId, CODE_UNSPECIFIED); in testFormatError()
275 null, null, mSettingsIconId, CODE_UNSPECIFIED); in testFormatError()
279 "abc", null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testFormatError()
281 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testFormatError()
283 "a", null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testFormatError()
287 null, null, mSettingsIconId, CODE_UNSPECIFIED); in testFormatError()
[all …]
H A DKeySpecParserTests.java20 import static com.android.inputmethod.latin.common.Constants.CODE_UNSPECIFIED;
51 null, null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testEmptySpec()
53 null, null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testEmptySpec()
H A DMoreKeySpecTests.java20 import static com.android.inputmethod.latin.common.Constants.CODE_UNSPECIFIED;
51 null, null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testEmptySpec()
53 null, null, ICON_UNDEFINED, CODE_UNSPECIFIED); in testEmptySpec()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java23 import static com.android.inputmethod.latin.common.Constants.CODE_UNSPECIFIED;
193 if (outputText == null && altCode == CODE_UNSPECIFIED in newInstance()
230 mOptionalAttributes = OptionalAttributes.newInstance(outputText, CODE_UNSPECIFIED, in Key()
233 mEnabled = (code != CODE_UNSPECIFIED); in Key()
371 if (code == CODE_UNSPECIFIED && TextUtils.isEmpty(outputText) in Key()
387 } else if (code == CODE_UNSPECIFIED && outputText != null) { in Key()
399 style.getString(keyAttr, R.styleable.Keyboard_Key_altCode), CODE_UNSPECIFIED); in Key()
805 return (attrs != null) ? attrs.mAltCode : CODE_UNSPECIFIED; in getAltCode()
1017 super(null /* label */, ICON_UNDEFINED, CODE_UNSPECIFIED, null /* outputText */, in Spacer()
H A DKeyboard.java191 if (code == Constants.CODE_UNSPECIFIED) { in getKey()
H A DMoreKeysKeyboardView.java199 } else if (code != Constants.CODE_UNSPECIFIED) { in onKeyInput()
H A DPointerTracker.java296 } else if (code != Constants.CODE_UNSPECIFIED) { in callListenerOnCodeInput()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeySpecParser.java20 import static com.android.inputmethod.latin.common.Constants.CODE_UNSPECIFIED;
199 return CODE_UNSPECIFIED; in getCode()
204 return parseCode(getAfterLabelEnd(keySpec, labelEnd), CODE_UNSPECIFIED); in getCode()
H A DKeyboardCodesSet.java75 Constants.CODE_UNSPECIFIED,
H A DMoreKeySpec.java65 if (code == Constants.CODE_UNSPECIFIED) { in MoreKeySpec()
/aosp12/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DConstants.java249 public static final int CODE_UNSPECIFIED = -15; field in Constants
271 case CODE_UNSPECIFIED: return "unspec"; in printableCode()
H A DStringUtils.java616 ? titleCaseLabel.codePointAt(0) : Constants.CODE_UNSPECIFIED; in toTitleCaseOfKeyCode()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsReasonInfo.java45 public static final int CODE_UNSPECIFIED = 0; field in ImsReasonInfo
929 CODE_UNSPECIFIED,
1110 sImsCodeMap.put(CODE_UNSPECIFIED, "CODE_UNSPECIFIED"); in sImsCodeMap.put() argument
1359 mCode = CODE_UNSPECIFIED; in ImsReasonInfo()
1360 mExtraCode = CODE_UNSPECIFIED; in ImsReasonInfo()
/aosp12/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
H A DImsRegistrationActivity.java267 int errorCode = ImsReasonInfo.CODE_UNSPECIFIED; in getReasonInfo()
275 int extraCode = ImsReasonInfo.CODE_UNSPECIFIED; in getReasonInfo()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
H A DStringUtilsTests.java143 assert_toTitleCaseOfKeyCode(US, 0x00DF, Constants.CODE_UNSPECIFIED); in test_toTitleCaseOfKeyCode()
152 assert_toTitleCaseOfKeyCode(GREECE, 0x03B0, Constants.CODE_UNSPECIFIED); in test_toTitleCaseOfKeyCode()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTrackerTest.java1013 new ImsReasonInfo(ImsReasonInfo.CODE_UNSPECIFIED, 0), Call.State.ACTIVE)); in testCallRestrictedDisconnect()
1022 new ImsReasonInfo(ImsReasonInfo.CODE_UNSPECIFIED, 0), Call.State.ACTIVE)); in testCallRestrictedEmergencyDisconnect()
1031 new ImsReasonInfo(ImsReasonInfo.CODE_UNSPECIFIED, 0), Call.State.ACTIVE)); in testCallRestrictedNormal()
1154 final ImsReasonInfo info = new ImsReasonInfo(ImsReasonInfo.CODE_UNSPECIFIED, in testNoHoldErrorMessageWhenCallDisconnected()
1155 ImsReasonInfo.CODE_UNSPECIFIED, null); in testNoHoldErrorMessageWhenCallDisconnected()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyCodeDescriptionMapper.java120 if (code != Constants.CODE_UNSPECIFIED) { in getDescriptionForKey()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java448 Constants.CODE_UNSPECIFIED, this); in onClick()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPalettesView.java245 Constants.CODE_UNSPECIFIED, this); in onTabChanged()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java667 private int mOverrideReason = ImsReasonInfo.CODE_UNSPECIFIED;
2114 int reasonCode = ImsReasonInfo.CODE_UNSPECIFIED; in markCallAsMerged()
2589 if (mOverrideReason != ImsReasonInfo.CODE_UNSPECIFIED) { in callSessionTerminated()
H A DImsManager.java2423 throw new ImsException("takeCall()", t, ImsReasonInfo.CODE_UNSPECIFIED); in takeCall()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java1590 dialInternal(conn, clirMode, videoState, ImsReasonInfo.CODE_UNSPECIFIED, in dialInternal()
2843 case ImsReasonInfo.CODE_UNSPECIFIED: in getDisconnectCauseFromReasonInfo()
3316 mBackgroundCall.getImsCall().terminate(ImsReasonInfo.CODE_UNSPECIFIED);
4941 ImsReasonInfo.CODE_UNSPECIFIED)); in resetImsCapabilities()
H A DImsPhone.java171 private int mRetryCallFailCause = ImsReasonInfo.CODE_UNSPECIFIED;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt43667 field public static final int CODE_UNSPECIFIED = 0; // 0x0