Home
last modified time | relevance | path

Searched refs:textValue (Results 1 – 5 of 5) 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.java97 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local
100 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()
/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/models/
DFormWidgetInfo.java100 @Nullable String textValue, in FormWidgetInfo() argument
112 this.mTextValue = textValue; in FormWidgetInfo()
355 @NonNull String textValue, in Builder() argument
360 mTextValue = Preconditions.checkNotNull(textValue, "textValue cannot be null"); in Builder()