Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java83 getMainCaptureSession().notifyViewTextChanged(mId, id, text); in internalNotifyViewTextChanged()
DMainContentCaptureSession.java577 notifyViewTextChanged(mId, id, text); in internalNotifyViewTextChanged()
629 void notifyViewTextChanged(int sessionId, @NonNull AutofillId id, @Nullable CharSequence text) { in notifyViewTextChanged() method in MainContentCaptureSession
DContentCaptureSession.java419 public final void notifyViewTextChanged(@NonNull AutofillId id, @Nullable CharSequence text) { in notifyViewTextChanged() method in ContentCaptureSession
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java81 () -> mSession1.notifyViewTextChanged(null, "whatever")); in testNotifyXXX_null()
/frameworks/base/core/java/android/widget/
DTextView.java10605 session.notifyViewTextChanged(getAutofillId(), getText()); in notifyListeningManagersAfterTextChanged()
/frameworks/base/non-updatable-api/
Dcurrent.txt54228 …method public final void notifyViewTextChanged(@NonNull android.view.autofill.AutofillId, @Nullabl…
/frameworks/base/api/
Dcurrent.txt54372 …method public final void notifyViewTextChanged(@NonNull android.view.autofill.AutofillId, @Nullabl…