HomeSort by relevance Sort by last modified time
    Searched full:autofilltype (Results 1 - 18 of 18) sorted by null

  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
FilledAutofillFieldCollection.kt 56 val autofillType = autofillField.autofillType
58 when (autofillType) {
83 else -> Log.w(TAG, "Invalid autofill type - " + autofillType)
  /frameworks/base/core/java/android/view/autofill/
AutoFillType.aidl 22 parcelable AutoFillType
AutofillValue.java 44 private final @View.AutofillType int mType;
47 private AutofillValue(@View.AutofillType int type, @NonNull Object value) {
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
FilledAutofillFieldCollection.java 94 int autofillType = autofillFieldMetadata.getAutofillType();
95 switch (autofillType) {
126 Log.w(TAG, "Invalid autofill type - " + autofillType);
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
AutofillFieldMetadata.kt 33 val autofillType: Int = view.autofillType
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/service/model/
ClientFormData.java 117 int autofillType = autofillField.getAutofillType();
119 switch (autofillType) {
150 Log.w(TAG, "Invalid autofill type - " + autofillType);
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/service/model/
ClientFormData.java 117 int autofillType = autofillField.getAutofillType();
119 switch (autofillType) {
150 Log.w(TAG, "Invalid autofill type - " + autofillType);
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/
README.md 23 to specify autofill properties: `importantForAutofill`, `autofillHints`, and `autofillType`.
27 with the prefix AUTOFILL_HINT_*. `autofillType` tells the service the type of data it expects to
28 receive (i.e. a list index, a date, or a string). Specifying `autofillType` is only necessary
  /developers/samples/android/input/autofill/AutofillFramework/
template-params.xml 121 to specify autofill properties: `importantForAutofill`, `autofillHints`, and `autofillType`.
125 with the prefix AUTOFILL_HINT_*. `autofillType` tells the service the type of data it expects to
126 receive (i.e. a list index, a date, or a string). Specifying `autofillType` is only necessary
  /frameworks/base/core/java/android/widget/
AbsSpinner.java 507 public @AutofillType int getAutofillType() {
RadioGroup.java 446 public @AutofillType int getAutofillType() {
CompoundButton.java 597 public @AutofillType int getAutofillType() {
TimePicker.java 544 public @AutofillType int getAutofillType() {
DatePicker.java 789 public @AutofillType int getAutofillType() {
TextView.java     [all...]
  /frameworks/base/core/java/android/view/
ViewStructure.java 316 public abstract void setAutofillType(@View.AutofillType int type);
View.java     [all...]
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java 613 @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE;
    [all...]

Completed in 959 milliseconds