Searched refs:SOURCE_AUTOFILL (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
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()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
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()
|
/frameworks/base/core/java/android/view/ |
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()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | InlineSuggestionFactory.java | 55 return createInlineSuggestion(inlineFillUiInfo, InlineSuggestionInfo.SOURCE_AUTOFILL, in createInlineAuthentication() 61 inlineFillUiInfo, InlineSuggestionInfo.SOURCE_AUTOFILL, in createInlineAuthentication()
|
D | InlineFillUi.java | 151 InlineSuggestionInfo.SOURCE_AUTOFILL, response.getDatasets(), in forAutofill()
|
/frameworks/base/core/java/android/widget/ |
D | TextViewOnReceiveContentListener.java | 21 import static android.view.ContentInfo.SOURCE_AUTOFILL; 80 if (source == SOURCE_AUTOFILL) { in onReceiveContent()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManager.java | 28 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 50669 field public static final int SOURCE_AUTOFILL = 4; // 0x4 56142 field public static final String SOURCE_AUTOFILL = "android:autofill";
|