HomeSort by relevance Sort by last modified time
    Searched refs:dateValue (Results 1 - 25 of 54) sorted by null

1 2 3

  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
FilledAutofillField.kt 26 var dateValue: Long? = null
39 dateValue = autofillValue.dateValue
50 return textValue == null && dateValue == null && toggleValue == null
FilledAutofillFieldCollection.kt 66 savedAutofillValue?.dateValue?.let { date ->
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 97 * @param dateValue the date value to parse
104 public static Date parseDate(String dateValue) throws DateParseException {
105 return parseDate(dateValue, null, null);
111 * @param dateValue the date value to parse
116 * @throws DateParseException if none of the dataFormats could parse the dateValue
118 public static Date parseDate(final String dateValue, String[] dateFormats)
120 return parseDate(dateValue, dateFormats, null);
126 * @param dateValue the date value to parse
135 * @throws DateParseException if none of the dataFormats could parse the dateValue
138 String dateValue,
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/service/model/
SavedAutofillValue.java 28 private Long dateValue = -1L;
41 savedAutofillValue.dateValue =
42 !jsonObject.isNull("dateValue") ? jsonObject.getLong("dateValue") : null;
63 savedAutofillValue.dateValue = autofillValue.getDateValue();
77 jsonObject.put("dateValue", dateValue != null ? dateValue : JSONObject.NULL);
91 return dateValue;
106 return textValue == null && dateValue == -1L && !hasToggleValue
    [all...]
ClientFormData.java 128 long dateValue = savedAutofillValue.getDateValue();
129 if (dateValue != -1) {
130 datasetBuilder.setValue(autofillId, AutofillValue.forDate(dateValue));
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/service/model/
SavedAutofillValue.java 28 private Long dateValue = -1L;
41 savedAutofillValue.dateValue =
42 !jsonObject.isNull("dateValue") ? jsonObject.getLong("dateValue") : null;
63 savedAutofillValue.dateValue = autofillValue.getDateValue();
77 jsonObject.put("dateValue", dateValue != null ? dateValue : JSONObject.NULL);
91 return dateValue;
106 return textValue == null && dateValue == -1L && !hasToggleValue
    [all...]
ClientFormData.java 128 long dateValue = savedAutofillValue.getDateValue();
129 if (dateValue != -1) {
130 datasetBuilder.setValue(autofillId, AutofillValue.forDate(dateValue));
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
FilledAutofillFieldCollection.java 104 Long dateValue = filledAutofillField.getDateValue();
105 if (dateValue != null) {
106 datasetBuilder.setValue(autofillId, AutofillValue.forDate(dateValue));
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
CallEntryFormatter.java 48 CharSequence dateValue =
66 return dateValue;
78 dateValue.toString(),
  /external/autotest/frontend/client/src/autotest/afe/
AfeUtils.java 356 JSONValue dateValue = row.get(sourceFieldName);
358 if (dateValue.isNull() == null) {
359 date = dateValue.isString().stringValue();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/
TestCLDRVsICU.java 533 Date dateValue = iso.parse(date);
536 String temp = field.format(dateValue).trim();
540 temp = field.format(dateValue).trim(); // call again for debugging
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
TestCLDRVsICU.java 532 Date dateValue = iso.parse(date);
535 String temp = field.format(dateValue).trim();
539 temp = field.format(dateValue).trim(); // call again for debugging
  /external/v8/src/js/
i18n.js 82 // receive an optional dateValue param. If one was provided, pass it
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cmdtree.h 319 DATE dateValue;
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/
aws-java-sdk-ssm-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/
aws-java-sdk-codecommit-1.11.18.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/lib/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 

Completed in 961 milliseconds

1 2 3