Home
last modified time | relevance | path

Searched refs:rawText (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardTextsSet.java80 public String resolveTextReference(final String rawText) { in resolveTextReference() argument
81 if (TextUtils.isEmpty(rawText)) { in resolveTextReference()
85 String text = rawText; in resolveTextReference()
/packages/apps/Settings/src/com/android/settings/utils/
DAnnotationSpan.java59 public static CharSequence linkify(CharSequence rawText, LinkInfo... linkInfos) { in linkify() argument
60 SpannableString msg = new SpannableString(rawText); in linkify()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java236 final String rawText = event.getTextToCommit().toString(); in onTextInput() local
242 commitCurrentAutoCorrection(settingsValues, rawText, handler); in onTextInput()
247 final String text = performSpecificTldProcessingOnTextInput(rawText); in onTextInput()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DMediaProviderTest.java1808 String rawText = "Hello"; in testOpenTypedAssetFile_setModeInBundle_failsWrite() local
1809 Os.write(afd.getFileDescriptor(), rawText.getBytes(StandardCharsets.UTF_8), in testOpenTypedAssetFile_setModeInBundle_failsWrite()
1810 0, rawText.length()); in testOpenTypedAssetFile_setModeInBundle_failsWrite()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1506 public void onTextInput(final String rawText) { in onTextInput() argument
1508 final Event event = Event.createSoftwareTextEvent(rawText, Constants.CODE_OUTPUT_TEXT); in onTextInput()
/packages/services/Car/tests/BugReportApp/libs/
Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...