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

1 2

  /cts/tests/tests/widget/src/android/widget/cts/
DatePickerTest.java 103 assertNull(datePicker.getAutofillValue());
108 assertNotNull(datePicker.getAutofillValue());
321 assertEquals(autofilledValue, datePicker.getAutofillValue());
328 assertEquals(autofilledValue, datePicker.getAutofillValue());
330 assertEquals(datePicker.getAutofillValue(), autofilledValue);
336 assertEquals(autofilledValue, datePicker.getAutofillValue());
338 assertEquals(datePicker.getAutofillValue(), autofilledValue);
341 // Make sure getAutofillValue() is reset when value is manually filled.
344 calendar.setTimeInMillis(datePicker.getAutofillValue().getDateValue());
TimePickerTest.java 123 assertNull(mTimePicker.getAutofillValue());
128 assertNotNull(mTimePicker.getAutofillValue());
146 assertEquals(autofilledValue, mTimePicker.getAutofillValue());
154 assertEquals(autofilledValue, mTimePicker.getAutofillValue());
162 assertEquals(autofilledValue, mTimePicker.getAutofillValue());
167 // Make sure getAutofillValue() is reset when value is manually filled.
170 calendar.setTimeInMillis(mTimePicker.getAutofillValue().getDateValue());
174 calendar.setTimeInMillis(mTimePicker.getAutofillValue().getDateValue());
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
MultipleTimesRadioGroupListener.java 55 final int actual = mRadioGroup.getAutofillValue().getListValue();
AutofillValueTest.java 219 assertThat(mEditText.getAutofillValue()).isEqualTo(AutofillValue.forText("test"));
222 assertThat(mEditText.getAutofillValue()).isNull();
272 assertThat(mCompoundButton.getAutofillValue()).isEqualTo(AutofillValue.forToggle(true));
275 assertThat(mCompoundButton.getAutofillValue()).isNull();
330 assertThat(mSpinner.getAutofillValue()).isEqualTo(AutofillValue.forList(1));
333 assertThat(mSpinner.getAutofillValue()).isNull();
402 assertThat(mDatePicker.getAutofillValue()).isNull();
464 assertThat(mTimePicker.getAutofillValue()).isNull();
529 assertThat(mRadioGroup.getAutofillValue()).isEqualTo(AutofillValue.forList(1));
532 assertThat(mRadioGroup.getAutofillValue()).isNull()
    [all...]
Helper.java 280 .append(" afValue=").append(node.getAutofillValue())
442 final AutofillValue value = node.getAutofillValue();
488 final AutofillValue value = node.getAutofillValue();
502 final AutofillValue value = node.getAutofillValue();
514 final AutofillValue value = node.getAutofillValue();
526 final AutofillValue value = node.getAutofillValue();
555 assertDateValue(node, node.getAutofillValue(), year, month, day);
562 assertDateValue(view, view.getAutofillValue(), year, month, day);
585 assertTimeValue(node, node.getAutofillValue(), hour, minute);
592 assertTimeValue(view, view.getAutofillValue(), hour, minute)
    [all...]
AutoFinishSessionTest.java 107 .getAutofillValue().getTextValue().toString()).isEqualTo(view + "-filled");
232 .getAutofillValue().getTextValue().toString()).isEqualTo("editText1-filled");
MultipleFragmentLoginTest.java 135 assertThat(editText1Node.getAutofillValue()).isEqualTo(
  /frameworks/base/core/java/android/widget/
DatePicker.java 533 AutofillValue getAutofillValue();
587 // The value that was passed to autofill() - it must be stored because it getAutofillValue()
636 // returned by getAutofillValue() matches it.
641 public final AutofillValue getAutofillValue() {
818 public AutofillValue getAutofillValue() {
819 return isEnabled() ? mDelegate.getAutofillValue() : null;
TimePicker.java 373 AutofillValue getAutofillValue();
428 // The value that was passed to autofill() - it must be stored because it getAutofillValue()
463 // returned by getAutofillValue() matches it.
468 public final AutofillValue getAutofillValue() {
574 public AutofillValue getAutofillValue() {
575 return isEnabled() ? mDelegate.getAutofillValue() : null;
RadioGroup.java 451 public AutofillValue getAutofillValue() {
AbsSpinner.java 512 public AutofillValue getAutofillValue() {
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CreditCardExpirationDateView.kt 73 override fun getAutofillValue() =
76 // autofill() is called, getAutofillValue() == the value that was originally passed
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CreditCardExpirationDateView.kt 73 override fun getAutofillValue() =
76 // autofill() is called, getAutofillValue() == the value that was originally passed
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/app/
CreditCardExpirationDateCompoundView.java 99 public AutofillValue getAutofillValue() {
101 // Set hours, minutes, seconds, and millis to 0 to ensure getAutofillValue() == the value
CreditCardExpirationDatePickerView.java 90 public AutofillValue getAutofillValue() {
93 if (DEBUG) Log.d(TAG, "getAutofillValue(): " + value);
CustomVirtualView.java 203 child.setAutofillValue(item.getAutofillValue());
353 public AutofillValue getAutofillValue() {
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
StructureParser.java 108 AutofillValue autofillValue = viewNode.getAutofillValue();
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/app/
CreditCardExpirationDateCompoundView.java 99 public AutofillValue getAutofillValue() {
101 // Set hours, minutes, seconds, and millis to 0 to ensure getAutofillValue() == the value
CreditCardExpirationDatePickerView.java 90 public AutofillValue getAutofillValue() {
93 if (DEBUG) Log.d(TAG, "getAutofillValue(): " + value);
CustomVirtualView.java 203 child.setAutofillValue(item.getAutofillValue());
353 public AutofillValue getAutofillValue() {
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
StructureParser.java 108 AutofillValue autofillValue = viewNode.getAutofillValue();
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/
CommonUtil.java 136 .append(getAutofillValueAndTypeAsString(node.getAutofillValue()))
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/
CommonUtil.java 136 .append(getAutofillValueAndTypeAsString(node.getAutofillValue()))
  /packages/experimental/FilledApp/src/foo/bar/filled/
CustomLinearLayout.java 141 structure.setAutofillValue(view.getAutofillValue());
  /frameworks/base/core/java/android/view/autofill/
AutofillManager.java 591 final AutofillValue value = view.getAutofillValue();
782 value = view.getAutofillValue();
809 value = view.getAutofillValue();
    [all...]

Completed in 859 milliseconds

1 2