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

  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
AutofillFieldMetadata.java 30 private int mAutofillType;
36 mAutofillType = view.getAutofillType();
64 return mAutofillType;
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
CustomVirtualView.java 442 private final int mAutofillType;
446 this.mAutofillType = autofillType;
503 mFieldTextItem.focused + " Type: " + mAutofillType;
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CustomVirtualView.java 444 private final int mAutofillType;
448 this.mAutofillType = autofillType;
505 mFieldTextItem.focused + " Type: " + mAutofillType;
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java 626 @View.AutofillType int mAutofillType = View.AUTOFILL_TYPE_NONE;
726 mAutofillType = in.readInt();
    [all...]

Completed in 143 milliseconds