OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDateValue
(Results
1 - 20
of
20
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/tool/
FormattedFileWriter.java
157
"%date%",
getDateValue
(),
164
private String
getDateValue
() {
/cts/tests/autofillservice/src/android/autofillservice/cts/
AutofillValueTest.java
109
assertThrows(IllegalStateException.class, v::
getDateValue
);
127
assertThrows(IllegalStateException.class, v::
getDateValue
);
145
assertThrows(IllegalStateException.class, v::
getDateValue
);
150
assertThat(AutofillValue.forDate(-1).
getDateValue
()).isEqualTo(-1);
151
assertThat(AutofillValue.forDate(0).
getDateValue
()).isEqualTo(0);
152
assertThat(AutofillValue.forDate(1).
getDateValue
()).isEqualTo(1);
DateValueSanitizerTest.java
83
final long sanitizedDate = sanitizedValue.
getDateValue
();
Helper.java
620
cal.setTimeInMillis(value.
getDateValue
());
652
cal.setTimeInMillis(value.
getDateValue
());
[
all
...]
/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CreditCardExpirationDateCompoundView.java
119
calendar.setTimeInMillis(value.
getDateValue
());
CreditCardExpirationDatePickerView.java
102
long time = value.
getDateValue
();
CustomVirtualView.java
126
item.text = df.format(new Date(value.
getDateValue
()));
/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/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CreditCardExpirationDateCompoundView.java
119
calendar.setTimeInMillis(value.
getDateValue
());
CreditCardExpirationDatePickerView.java
102
long time = value.
getDateValue
();
CustomVirtualView.java
126
item.text = df.format(new Date(value.
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/afservice/src/main/java/com/example/android/autofill/service/data/
ClientAutofillDataBuilder.java
103
dateValue = autofillValue.
getDateValue
();
/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/adapter/
DatasetAdapter.java
163
Long dateValue = field.
getDateValue
();
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
ClientAutofillDataBuilder.java
103
dateValue = autofillValue.
getDateValue
();
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/adapter/
DatasetAdapter.java
163
Long dateValue = field.
getDateValue
();
/cts/tests/tests/widget/src/android/widget/cts/
DatePickerTest.java
345
calendar.setTimeInMillis(datePicker.getAutofillValue().
getDateValue
());
TimePickerTest.java
171
calendar.setTimeInMillis(mTimePicker.getAutofillValue().
getDateValue
());
175
calendar.setTimeInMillis(mTimePicker.getAutofillValue().
getDateValue
());
[
all
...]
/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
(),
Completed in 2176 milliseconds