Searched refs:internalNotifyViewTextChanged (Results 1 – 5 of 5) sorted by relevance
119 void internalNotifyViewTextChanged( in internalNotifyViewTextChanged() method in ChildContentCaptureSession121 getMainCaptureSession().internalNotifyViewTextChanged(sessionId, id, text); in internalNotifyViewTextChanged()
532 internalNotifyViewTextChanged(mId, id, text); in notifyViewTextChanged()535 abstract void internalNotifyViewTextChanged(int sessionId, @NonNull AutofillId id, in internalNotifyViewTextChanged() method in ContentCaptureSession
756 void internalNotifyViewTextChanged( in internalNotifyViewTextChanged() method in MainContentCaptureSession
784 void internalNotifyViewTextChanged( in internalNotifyViewTextChanged() method in MainContentCaptureSessionV2
245 void internalNotifyViewTextChanged(final int sessionId, AutofillId id, CharSequence text) { in internalNotifyViewTextChanged() method in ContentCaptureSessionTest.MyContentCaptureSession