Home
last modified time | relevance | path

Searched defs:dateValue (Results 1 – 7 of 7) sorted by relevance

/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/model/
DFilledAutofillField.java55 @Nullable String textValue, @Nullable Long dateValue, in FilledAutofillField()
66 @NonNull String fieldTypeName, @Nullable String textValue, @Nullable Long dateValue) { in FilledAutofillField()
78 @Nullable Long dateValue) { in FilledAutofillField()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
DClientAutofillDataBuilder.java93 Long dateValue = null; in parseAutofillFields() local
118 @Nullable String textValue, @Nullable Long dateValue, @Nullable Boolean toggleValue, in appendViewMetadata()
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
DFilledAutofillField.kt31 var dateValue: Long? = null in <lambda>() variable
/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
DFilledAutofillField.kt31 var dateValue: Long? = null in <lambda>() variable
/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/model/
DFilledAutofillField.java88 public void setDateValue(Long dateValue) { in setDateValue()
DFilledAutofillFieldCollection.java190 Long dateValue = filledAutofillField.getDateValue(); in applyToFields() local
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/adapter/
DDatasetAdapter.java163 Long dateValue = field.getDateValue(); in bindValueToNode() local