Home
last modified time | relevance | path

Searched refs:SOURCE_AUTOFILL (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionInfo.java43 public static final @Source String SOURCE_AUTOFILL = "android:autofill"; field in InlineSuggestionInfo
130 SOURCE_AUTOFILL,
174 if (!(java.util.Objects.equals(mSource, SOURCE_AUTOFILL)) in InlineSuggestionInfo()
178 + "SOURCE_AUTOFILL(" + SOURCE_AUTOFILL + "), " in InlineSuggestionInfo()
346 if (!(java.util.Objects.equals(mSource, SOURCE_AUTOFILL)) in InlineSuggestionInfo()
350 + "SOURCE_AUTOFILL(" + SOURCE_AUTOFILL + "), " in InlineSuggestionInfo()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewReceiveContentTest.java19 import static android.view.ContentInfo.SOURCE_AUTOFILL;
138 new ContentInfo.Builder(clip, SOURCE_AUTOFILL).build(); in testOnReceive_fallbackToCommitContent()
160 new ContentInfo.Builder(clip, SOURCE_AUTOFILL).build(); in testOnReceive_fallbackToCommitContent_noMimeTypesInEditorInfo()
/aosp14/frameworks/base/core/java/android/view/
H A DContentInfo.java53 SOURCE_DRAG_AND_DROP, SOURCE_AUTOFILL, SOURCE_PROCESS_TEXT})
85 public static final int SOURCE_AUTOFILL = 4; field in ContentInfo
105 case SOURCE_AUTOFILL: return "SOURCE_AUTOFILL"; in sourceToString()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineSuggestionFactory.java51 return createInlineSuggestion(inlineFillUiInfo, InlineSuggestionInfo.SOURCE_AUTOFILL, in createInlineAuthentication()
56 inlineFillUiInfo, InlineSuggestionInfo.SOURCE_AUTOFILL, in createInlineAuthentication()
H A DInlineFillUi.java140 InlineSuggestionInfo.SOURCE_AUTOFILL, response.getDatasets(), in forAutofill()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextViewOnReceiveContentListener.java21 import static android.view.ContentInfo.SOURCE_AUTOFILL;
80 if (source == SOURCE_AUTOFILL) { in onReceiveContent()
H A DTextView.java22 import static android.view.ContentInfo.SOURCE_AUTOFILL;
13632 final ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_AUTOFILL).build(); in autofill()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java27 import static android.view.ContentInfo.SOURCE_AUTOFILL;
2959 ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_AUTOFILL).build(); in autofillContent()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt50195 field public static final int SOURCE_AUTOFILL = 4; // 0x4
55537 field public static final String SOURCE_AUTOFILL = "android:autofill";