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

  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/model/
FilledAutofillField.java 104 public Long getDateValue() {
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/model/
FilledAutofillField.java 104 public Long getDateValue() {
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CreditCardExpirationDateCompoundView.java 119 calendar.setTimeInMillis(value.getDateValue());
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CreditCardExpirationDateCompoundView.java 119 calendar.setTimeInMillis(value.getDateValue());
  /external/cldr/tools/java/org/unicode/cldr/tool/
FormattedFileWriter.java 157 "%date%", getDateValue(),
164 private String getDateValue() {
  /cts/tests/autofillservice/src/android/autofillservice/cts/
Helper.java 620 cal.setTimeInMillis(value.getDateValue());
652 cal.setTimeInMillis(value.getDateValue());
    [all...]

Completed in 821 milliseconds