Home
last modified time | relevance | path

Searched refs:EDITABLE (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/logging/
DQuickContactEvent.java44 public static final int EDITABLE = 1; field in QuickContactEvent.ContactType
/packages/apps/Messaging/src/com/android/messaging/ui/
DPlainTextEditText.java76 setText(text.toString(), BufferType.EDITABLE); in onTextContextMenuItem()
/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/
DAbstractSampleActivity.java136 TextView.BufferType.EDITABLE); in setupBackgroundColorControls()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DUtilsTest.java196 editText.setText(text, TextView.BufferType.EDITABLE); in setEditTextCursorPosition_shouldGetExpectedEditTextLenght()
/packages/apps/Stk/src/com/android/stk/
DStkInputActivity.java486 mTextIn.setText("", BufferType.EDITABLE);
/packages/apps/Browser2/src/org/chromium/webview_shell/
DWebViewBrowserActivity.java644 mUrlBar.setText(url, TextView.BufferType.EDITABLE); in setUrlBarText()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java936 newContactType = ContactType.EDITABLE; in bindContactData()