Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInlineSuggestionSessionController.java126 void notifyOnStartInput(@Nullable String imeClientPackageName, in notifyOnStartInput() argument
128 if (DEBUG) Log.d(TAG, "notifyOnStartInput: " + imeClientPackageName + ", " + imeFieldId); in notifyOnStartInput()
129 if (imeClientPackageName == null || imeFieldId == null) { in notifyOnStartInput()
133 mImeClientPackageName = imeClientPackageName; in notifyOnStartInput()
243 @Nullable String imeClientPackageName, @Nullable AutofillId imeClientFieldId) { in match() argument
244 if (inlineSuggestionsRequestInfo == null || imeClientPackageName == null in match()
249 imeClientPackageName) && match(inlineSuggestionsRequestInfo.getAutofillId(), in match()