Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillInlineSuggestionsRequestSession.java340 private void handleOnReceiveImeStatusUpdated(@Nullable AutofillId imeFieldId, in handleOnReceiveImeStatusUpdated() argument
346 if (imeFieldId != null) { in handleOnReceiveImeStatusUpdated()
347 mImeCurrentFieldId = imeFieldId; in handleOnReceiveImeStatusUpdated()
406 public void onInputMethodStartInput(AutofillId imeFieldId) throws RemoteException { in onInputMethodStartInput() argument
407 if (sVerbose) Slog.v(TAG, "onInputMethodStartInput() received on " + imeFieldId); in onInputMethodStartInput()
412 session, imeFieldId, true, false)); in onInputMethodStartInput()
/frameworks/base/core/java/android/inputmethodservice/
DInlineSuggestionSessionController.java127 @Nullable AutofillId imeFieldId) { in notifyOnStartInput() argument
128 if (DEBUG) Log.d(TAG, "notifyOnStartInput: " + imeClientPackageName + ", " + imeFieldId); in notifyOnStartInput()
129 if (imeClientPackageName == null || imeFieldId == null) { in notifyOnStartInput()
134 mImeClientFieldId = imeFieldId; in notifyOnStartInput()
/frameworks/base/core/java/com/android/internal/view/
DIInlineSuggestionsRequestCallback.aidl44 void onInputMethodStartInput(in AutofillId imeFieldId); in onInputMethodStartInput() argument
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2102 public void onInputMethodStartInput(AutofillId imeFieldId) throws RemoteException { in onInputMethodStartInput() argument
2103 mCallback.onInputMethodStartInput(imeFieldId); in onInputMethodStartInput()