HomeSort by relevance Sort by last modified time
    Searched refs:getAutofillOptions (Results 1 - 16 of 16) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
BaseAdapterTest.java 130 assertNull(baseAdapter.getAutofillOptions());
133 CharSequence[] single = baseAdapter.getAutofillOptions();
138 CharSequence[] multiple = baseAdapter.getAutofillOptions();
ArrayAdapterTest.java 408 final CharSequence[] staticOptions = adapter.getAutofillOptions();
416 final CharSequence[] dynamicOptions = adapter.getAutofillOptions();
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
CreditCardSpinnersActivity.java 72 // Adapter created from resource has getAutofillOptions() implemented by default.
80 // Since the years Spinner uses a custom adapter, it needs to implement getAutofillOptions.
84 public CharSequence[] getAutofillOptions() {
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
CreditCardSpinnersActivity.java 72 // Adapter created from resource has getAutofillOptions() implemented by default.
80 // Since the years Spinner uses a custom adapter, it needs to implement getAutofillOptions.
84 public CharSequence[] getAutofillOptions() {
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/adapter/
DatasetAdapter.java 152 CharSequence[] options = viewNode.getAutofillOptions();
155 listValue = indexOf(viewNode.getAutofillOptions(), field.getTextValue());
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CreditCardActivity.kt 61 override fun getAutofillOptions() = years
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/adapter/
DatasetAdapter.java 152 CharSequence[] options = viewNode.getAutofillOptions();
155 listValue = indexOf(viewNode.getAutofillOptions(), field.getTextValue());
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CreditCardActivity.kt 61 override fun getAutofillOptions() = years
  /cts/tests/autofillservice/src/android/autofillservice/cts/
CheckoutActivityTest.java 106 final CharSequence[] options = ccExpirationNode.getAutofillOptions();
107 assertWithMessage("ccExpirationNode.getAutoFillOptions()").that(options).isNotNull();
151 final CharSequence[] options = ccExpirationNode.getAutofillOptions();
152 assertWithMessage("ccExpirationNode.getAutoFillOptions()").that(options).isNull();
194 final CharSequence[] options = ccExpirationNode.getAutofillOptions();
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
Util.java 133 CharSequence[] options = node.getAutofillOptions();
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
ClientAutofillDataBuilder.java 105 autofillOptions = viewNode.getAutofillOptions();
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
Util.java 133 CharSequence[] options = node.getAutofillOptions();
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
ClientAutofillDataBuilder.java 105 autofillOptions = viewNode.getAutofillOptions();
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/
Util.java 146 CharSequence[] options = node.getAutofillOptions();
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/
Util.java 146 CharSequence[] options = node.getAutofillOptions();
  /cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/unit/
ViewNodeTest.java 297 assertThat(node.getAutofillOptions()).asList().containsExactly("Maybe").inOrder();

Completed in 876 milliseconds