Searched refs:SOURCE_AUTOFILL (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InlineSuggestionInfo.java | 43 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 D | TextViewReceiveContentTest.java | 19 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 D | ContentInfo.java | 53 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 D | InlineSuggestionFactory.java | 51 return createInlineSuggestion(inlineFillUiInfo, InlineSuggestionInfo.SOURCE_AUTOFILL, in createInlineAuthentication() 56 inlineFillUiInfo, InlineSuggestionInfo.SOURCE_AUTOFILL, in createInlineAuthentication()
|
H A D | InlineFillUi.java | 140 InlineSuggestionInfo.SOURCE_AUTOFILL, response.getDatasets(), in forAutofill()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextViewOnReceiveContentListener.java | 21 import static android.view.ContentInfo.SOURCE_AUTOFILL; 80 if (source == SOURCE_AUTOFILL) { in onReceiveContent()
|
H A D | TextView.java | 22 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 D | AutofillManager.java | 27 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 50195 field public static final int SOURCE_AUTOFILL = 4; // 0x4 55537 field public static final String SOURCE_AUTOFILL = "android:autofill";
|