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

  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
CreditCardExpirationDateCompoundView.java 97 public AutofillValue getAutofillValue() {
99 // Set hours, minutes, seconds, and millis to 0 to ensure getAutofillValue() == the value
CreditCardExpirationDatePickerView.java 87 public AutofillValue getAutofillValue() {
90 if (DEBUG) Log.d(TAG, "getAutofillValue(): " + value);
CustomVirtualView.java 211 child.setAutofillValue(item.getAutofillValue());
365 public AutofillValue getAutofillValue() {
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CreditCardExpirationDateCompoundView.java 99 public AutofillValue getAutofillValue() {
101 // Set hours, minutes, seconds, and millis to 0 to ensure getAutofillValue() == the value
CreditCardExpirationDatePickerView.java 89 public AutofillValue getAutofillValue() {
92 if (DEBUG) Log.d(TAG, "getAutofillValue(): " + value);
CustomVirtualView.java 213 child.setAutofillValue(item.getAutofillValue());
367 public AutofillValue getAutofillValue() {
  /packages/experimental/FilledApp/src/foo/bar/filled/
CustomLinearLayout.java 141 structure.setAutofillValue(view.getAutofillValue());
  /frameworks/base/core/java/android/widget/
RadioGroup.java 455 public AutofillValue getAutofillValue() {
AbsSpinner.java 512 public AutofillValue getAutofillValue() {
DatePicker.java 536 AutofillValue getAutofillValue();
590 // The value that was passed to autofill() - it must be stored because it getAutofillValue()
639 // returned by getAutofillValue() matches it.
644 public final AutofillValue getAutofillValue() {
821 public AutofillValue getAutofillValue() {
822 return isEnabled() ? mDelegate.getAutofillValue() : null;
TimePicker.java 376 AutofillValue getAutofillValue();
431 // The value that was passed to autofill() - it must be stored because it getAutofillValue()
466 // returned by getAutofillValue() matches it.
471 public final AutofillValue getAutofillValue() {
577 public AutofillValue getAutofillValue() {
578 return isEnabled() ? mDelegate.getAutofillValue() : null;
CompoundButton.java 602 public AutofillValue getAutofillValue() {
TextView.java     [all...]
  /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...]
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java     [all...]
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 220 milliseconds