OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTextValue
(Results
1 - 21
of
21
) sorted by null
/cts/tests/autofillservice/src/android/autofillservice/cts/
TextValueSanitizerTest.java
78
assertThat(sanitizer.sanitize(AutofillValue.forText("42")).
getTextValue
())
86
assertThat(sanitizer.sanitize(AutofillValue.forText("blah 42 blaH")).
getTextValue
())
94
assertThat(sanitizer.sanitize(AutofillValue.forText(" 42 ")).
getTextValue
())
102
assertThat(sanitizer.sanitize(AutofillValue.forText("42 108")).
getTextValue
())
104
assertThat(sanitizer.sanitize(AutofillValue.forText("42108")).
getTextValue
())
106
assertThat(sanitizer.sanitize(AutofillValue.forText("42")).
getTextValue
())
113
.forText("1111 2222 3333 4444 5555")).
getTextValue
())
116
.forText("11111-222222-33333-44444-55555")).
getTextValue
())
119
.forText("1111 2222 3333 4444")).
getTextValue
())
122
.forText("11111-222222-33333-44444-")).
getTextValue
())
[
all
...]
AutoFinishSessionTest.java
117
.getAutofillValue().
getTextValue
().toString()).isEqualTo(view + "-filled");
255
.getAutofillValue().
getTextValue
().toString()).isEqualTo("editText1-filled");
AutofillValueTest.java
102
assertThat(emptyV.
getTextValue
().toString()).isEqualTo("");
105
assertThat(v.
getTextValue
()).isEqualTo("someText");
125
assertThrows(IllegalStateException.class, v::
getTextValue
);
143
assertThrows(IllegalStateException.class, v::
getTextValue
);
161
assertThrows(IllegalStateException.class, v::
getTextValue
);
Helper.java
191
final CharSequence text = value.
getTextValue
();
497
final String text = value.isText() ? value.
getTextValue
().toString() : "N/A";
567
.that(value.
getTextValue
().toString()).isEqualTo(expectedValue);
581
assertWithMessage("wrong autofill value on %s", id).that(value.
getTextValue
().toString())
[
all
...]
VirtualContainerView.java
141
item.autofill(value.
getTextValue
());
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
AugmentedHelper.java
83
expectedFocusedValue.
getTextValue
().toString());
119
assertAutofillValue(expectedValue.
getTextValue
().toString(), actualValue);
127
assertWithMessage("wrong autofill value").that(actualValue.
getTextValue
().toString())
/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/adapter/
DatasetAdapter.java
155
listValue = indexOf(viewNode.getAutofillOptions(), field.
getTextValue
());
170
String textValue = field.
getTextValue
();
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/adapter/
DatasetAdapter.java
155
listValue = indexOf(viewNode.getAutofillOptions(), field.
getTextValue
());
170
String textValue = field.
getTextValue
();
/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/model/
FilledAutofillField.java
99
public String
getTextValue
() {
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/model/
FilledAutofillField.java
99
public String
getTextValue
() {
/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CustomVirtualView.java
123
item.text = value.
getTextValue
();
/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
ClientAutofillDataBuilder.java
99
// Using toString of AutofillValue.
getTextValue
in order to save it to
101
textValue = autofillValue.
getTextValue
().toString();
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CustomVirtualView.java
123
item.text = value.
getTextValue
();
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
ClientAutofillDataBuilder.java
99
// Using toString of AutofillValue.
getTextValue
in order to save it to
101
textValue = autofillValue.
getTextValue
().toString();
/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
ManualActivity.java
161
field.getFieldTypeName(), field.
getTextValue
(), field.getDateValue(),
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
ManualActivity.java
161
field.getFieldTypeName(), field.
getTextValue
(), field.getDateValue(),
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/unit/
ViewNodeTest.java
298
assertThat(node.getAutofillValue().
getTextValue
()).isEqualTo("Malkovich");
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResXMLParser.java
124
int
getTextValue
(Res_value outValue)
/external/guice/lib/build/
spring-core.jar
/external/guice/extensions/persist/lib/
xwork-2.0.4.jar
/external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar
Completed in 882 milliseconds