Searched refs:imeFieldId (Results 1 – 4 of 4) sorted by relevance
340 private void handleOnReceiveImeStatusUpdated(@Nullable AutofillId imeFieldId, in handleOnReceiveImeStatusUpdated() argument346 if (imeFieldId != null) { in handleOnReceiveImeStatusUpdated()347 mImeCurrentFieldId = imeFieldId; in handleOnReceiveImeStatusUpdated()406 public void onInputMethodStartInput(AutofillId imeFieldId) throws RemoteException { in onInputMethodStartInput() argument407 if (sVerbose) Slog.v(TAG, "onInputMethodStartInput() received on " + imeFieldId); in onInputMethodStartInput()412 session, imeFieldId, true, false)); in onInputMethodStartInput()
127 @Nullable AutofillId imeFieldId) { in notifyOnStartInput() argument128 if (DEBUG) Log.d(TAG, "notifyOnStartInput: " + imeClientPackageName + ", " + imeFieldId); in notifyOnStartInput()129 if (imeClientPackageName == null || imeFieldId == null) { in notifyOnStartInput()134 mImeClientFieldId = imeFieldId; in notifyOnStartInput()
44 void onInputMethodStartInput(in AutofillId imeFieldId); in onInputMethodStartInput() argument
2102 public void onInputMethodStartInput(AutofillId imeFieldId) throws RemoteException { in onInputMethodStartInput() argument2103 mCallback.onInputMethodStartInput(imeFieldId); in onInputMethodStartInput()