Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DChildContentCaptureSession.java82 void internalNotifyViewTextChanged(@NonNull AutofillId id, @Nullable CharSequence text) { in internalNotifyViewTextChanged() method in ChildContentCaptureSession
DContentCaptureSession.java424 internalNotifyViewTextChanged(id, text); in notifyViewTextChanged()
427 abstract void internalNotifyViewTextChanged(@NonNull AutofillId id, in internalNotifyViewTextChanged() method in ContentCaptureSession
DMainContentCaptureSession.java576 void internalNotifyViewTextChanged(@NonNull AutofillId id, @Nullable CharSequence text) { in internalNotifyViewTextChanged() method in MainContentCaptureSession
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java155 void internalNotifyViewTextChanged(AutofillId id, CharSequence text) { in internalNotifyViewTextChanged() method in ContentCaptureSessionTest.MyContentCaptureSession