Searched refs:notifyViewTextChanged (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/view/contentcapture/ |
D | ChildContentCaptureSession.java | 83 getMainCaptureSession().notifyViewTextChanged(mId, id, text); in internalNotifyViewTextChanged()
|
D | MainContentCaptureSession.java | 577 notifyViewTextChanged(mId, id, text); in internalNotifyViewTextChanged() 629 void notifyViewTextChanged(int sessionId, @NonNull AutofillId id, @Nullable CharSequence text) { in notifyViewTextChanged() method in MainContentCaptureSession
|
D | ContentCaptureSession.java | 419 public final void notifyViewTextChanged(@NonNull AutofillId id, @Nullable CharSequence text) { in notifyViewTextChanged() method in ContentCaptureSession
|
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
D | ContentCaptureSessionTest.java | 81 () -> mSession1.notifyViewTextChanged(null, "whatever")); in testNotifyXXX_null()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 10605 session.notifyViewTextChanged(getAutofillId(), getText()); in notifyListeningManagersAfterTextChanged()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 54228 …method public final void notifyViewTextChanged(@NonNull android.view.autofill.AutofillId, @Nullabl…
|
/frameworks/base/api/ |
D | current.txt | 54372 …method public final void notifyViewTextChanged(@NonNull android.view.autofill.AutofillId, @Nullabl…
|