Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
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()
/frameworks/base/core/tests/coretests/src/android/widget/
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()
/frameworks/base/core/java/android/view/
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()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DInlineSuggestionFactory.java55 return createInlineSuggestion(inlineFillUiInfo, InlineSuggestionInfo.SOURCE_AUTOFILL, in createInlineAuthentication()
61 inlineFillUiInfo, InlineSuggestionInfo.SOURCE_AUTOFILL, in createInlineAuthentication()
DInlineFillUi.java151 InlineSuggestionInfo.SOURCE_AUTOFILL, response.getDatasets(), in forAutofill()
/frameworks/base/core/java/android/widget/
DTextViewOnReceiveContentListener.java21 import static android.view.ContentInfo.SOURCE_AUTOFILL;
80 if (source == SOURCE_AUTOFILL) { in onReceiveContent()
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java28 import static android.view.ContentInfo.SOURCE_AUTOFILL;
3241 ContentInfo payload = new ContentInfo.Builder(clip, SOURCE_AUTOFILL).build(); in autofillContent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt50669 field public static final int SOURCE_AUTOFILL = 4; // 0x4
56142 field public static final String SOURCE_AUTOFILL = "android:autofill";