Home
last modified time | relevance | path

Searched refs:textValue (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
DImsConfigActivity.java54 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local
58 textValue.setText(PREFIX_VALUE + configItem.valueString); in getView()
60 textValue.setText(PREFIX_VALUE + configItem.value); in getView()
DImsCallingActivity.java92 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local
95 textValue.setText(PREFIX_VALUE + capItem.value); in getView()
DImsRegistrationActivity.java96 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local
99 textValue.setText(PREFIX_VALUE + regItem.value); in getView()
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DKeyValueRow.java80 CharSequence textValue = text.getText(); in setValue() local
81 if (textValue instanceof Spannable) { in setValue()
82 Spannable spn = (Spannable) textValue; in setValue()