Searched refs:imeClientPackageName (Results 1 – 1 of 1) sorted by relevance
126 void notifyOnStartInput(@Nullable String imeClientPackageName, in notifyOnStartInput() argument128 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() argument244 if (inlineSuggestionsRequestInfo == null || imeClientPackageName == null in match()249 imeClientPackageName) && match(inlineSuggestionsRequestInfo.getAutofillId(), in match()