Searched refs:internalNotifyViewTextChanged (Results 1 – 4 of 4) sorted by relevance
82 void internalNotifyViewTextChanged(@NonNull AutofillId id, @Nullable CharSequence text) { in internalNotifyViewTextChanged() method in ChildContentCaptureSession
424 internalNotifyViewTextChanged(id, text); in notifyViewTextChanged()427 abstract void internalNotifyViewTextChanged(@NonNull AutofillId id, in internalNotifyViewTextChanged() method in ContentCaptureSession
576 void internalNotifyViewTextChanged(@NonNull AutofillId id, @Nullable CharSequence text) { in internalNotifyViewTextChanged() method in MainContentCaptureSession
155 void internalNotifyViewTextChanged(AutofillId id, CharSequence text) { in internalNotifyViewTextChanged() method in ContentCaptureSessionTest.MyContentCaptureSession