Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DCorrectionInfo.java37 public CorrectionInfo(int offset, CharSequence oldText, CharSequence newText) { in CorrectionInfo() argument
39 mOldText = oldText; in CorrectionInfo()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewTest.java93 CharSequence oldText = mTextView.getText(); in testArray() local
98 assertTrue(newText == oldText); in testArray()
/aosp14/frameworks/base/core/java/android/widget/
H A DSwitch.java1597 CharSequence oldText = structure.getText(); in onProvideStructure() local
1598 if (TextUtils.isEmpty(oldText)) { in onProvideStructure()
1602 newText.append(oldText).append(' ').append(switchText); in onProvideStructure()
H A DEditor.java7517 String oldText = TextUtils.substring(dest, dstart, dend); in handleEdit() local
7518 EditOperation edit = new EditOperation(mEditor, oldText, dstart, newText, in handleEdit()
7638 public EditOperation(Editor editor, String oldText, int dstart, String newText, in EditOperation() argument
7641 mOldText = oldText; in EditOperation()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java8148 final String oldText = String.valueOf(oldN.extras.get(Notification.EXTRA_TEXT));
8150 if (!Objects.equals(oldText, newText)) {
8155 oldText, oldText.getClass(), oldText.hashCode()));
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...