HomeSort by relevance Sort by last modified time
    Searched defs:textValue (Results 1 - 7 of 7) sorted by null

  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
ClientAutofillDataBuilder.java 92 String textValue = null;
101 textValue = autofillValue.getTextValue().toString();
112 hints, partition, textValue, dateValue, toggleValue,
118 @Nullable String textValue, @Nullable Long dateValue, @Nullable Boolean toggleValue,
130 if (textValue != null) {
140 textValue = autofillOptions[listIndex].toString();
154 fieldType.getTypeName(), textValue, dateValue, toggleValue));
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/adapter/
DatasetAdapter.java 170 String textValue = field.getTextValue();
171 if (textValue != null) {
172 builder.setValue(autofillId, AutofillValue.forText(textValue));
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
ClientAutofillDataBuilder.java 92 String textValue = null;
101 textValue = autofillValue.getTextValue().toString();
112 hints, partition, textValue, dateValue, toggleValue,
118 @Nullable String textValue, @Nullable Long dateValue, @Nullable Boolean toggleValue,
130 if (textValue != null) {
140 textValue = autofillOptions[listIndex].toString();
154 fieldType.getTypeName(), textValue, dateValue, toggleValue));
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/adapter/
DatasetAdapter.java 170 String textValue = field.getTextValue();
171 if (textValue != null) {
172 builder.setValue(autofillId, AutofillValue.forText(textValue));
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 648 String textValue = "";
654 textValue += child.getNodeValue();
661 newChild.setValue(textValue);
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 

Completed in 450 milliseconds