Home
last modified time | relevance | path

Searched refs:getAutofillId (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java145 assertThat(rootView.getAutofillId()).isNotNull(); in assertStructureWithManySmallViews()
153 assertThat(title.getAutofillId()).isNotNull(); in assertStructureWithManySmallViews()
160 assertThat(parent.getAutofillId()).isNotNull(); in assertStructureWithManySmallViews()
198 assertThat(rootView.getAutofillId()).isNotNull(); in assertStructureWithOneBigView()
206 assertThat(title.getAutofillId()).isNotNull(); in assertStructureWithOneBigView()
213 assertThat(parent.getAutofillId()).isNotNull(); in assertStructureWithOneBigView()
235 viewStructure.setAutofillId(view.getAutofillId()); in testViewNodeParcelableForAutofill()
263 assertThat(view.getAutofillId()).isNotNull(); in assertSmallView()
269 assertThat(view.getAutofillId().getViewId()).isEqualTo(2); in assertSmallView()
288 assertThat(view.getAutofillId()).isNotNull(); in assertBigView()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java87 assertThat(mMockView.getAutofillId()).isNotNull(); // validity check in testNewViewStructure()
90 assertThat(structure.getAutofillId()).isEqualTo(mMockView.getAutofillId()); in testNewViewStructure()
99 assertThat(structure.getAutofillId()).isEqualTo(childId); in testNewVirtualViewStructure()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillInlineSessionController.java149 if (mInlineFillUi != null && mInlineFillUi.getAutofillId().equals(autofillId)) { in disableFilterMatching()
176 if (mInlineFillUi != null && mInlineFillUi.getAutofillId().equals(autofillId)) { in filterInlineFillUiLocked()
H A DHelper.java152 return autofillId.equals(node.getAutofillId()); in findViewNodeByAutofillId()
235 ids.add(node.getAutofillId()); in addAutofillableIds()
H A DAutofillInlineSuggestionsRequestSession.java160 "onInlineSuggestionsResponseLocked called for:" + inlineFillUi.getAutofillId()); in onInlineSuggestionsResponseLocked()
166 mAutofillId = inlineFillUi.getAutofillId(); in onInlineSuggestionsResponseLocked()
H A DSession.java546 final AutofillId urlBarId = mUrlBar.getAutofillId();
3910 pw.print("id="); pw.print(mUrlBar.getAutofillId());
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java1059 final AutofillId id = view.getAutofillId(); in notifyViewEnteredLocked()
1128 final AutofillId id = view.getAutofillId(); in notifyViewExitedLocked()
1176 : view.getAutofillId(); in notifyViewVisibilityChangedInternal()
1237 final AutofillId id = getAutofillId(view, virtualId); in notifyViewEnteredLocked()
1342 id = view.getAutofillId(); in notifyValueChanged()
1370 id = view.getAutofillId(); in notifyValueChanged()
1401 final AutofillId id = getAutofillId(view, virtualId); in notifyValueChanged()
1412 notifyViewClicked(view.getAutofillId()); in notifyViewClicked()
1422 notifyViewClicked(getAutofillId(view, virtualId)); in notifyViewClicked()
2055 final AutofillId id = view.getAutofillId(); in startAutofillIfNeededLocked()
[all …]
/aosp12/frameworks/base/core/java/android/view/translation/
H A DUiTranslationController.java272 final AutofillId autofillId = view.getAutofillId(); in dumpViewInfo()
310 final AutofillId autofillId = result.getAutofillId(); in onTranslationCompleted()
416 final AutofillId autofillId = response.getAutofillId(); in onTranslationCompleted()
629 final AutofillId autofillId = view.getAutofillId(); in addViewIfNeeded()
648 ? view.getAutofillId() : " null")); in runForEachView()
H A DViewTranslationRequest.java95 public AutofillId getAutofillId() { in getAutofillId() method in ViewTranslationRequest
H A DViewTranslationResponse.java80 public AutofillId getAutofillId() { in getAutofillId() method in ViewTranslationResponse
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DViewNode.java220 public AutofillId getAutofillId() { in getAutofillId() method in ViewNode
662 mNode.mAutofillId = Preconditions.checkNotNull(view).getAutofillId(); in ViewStructureImpl()
665 mNode.mParentAutofillId = ((View) parent).getAutofillId(); in ViewStructureImpl()
910 public AutofillId getAutofillId() { in getAutofillId() method in ViewNode.ViewStructureImpl
H A DContentCaptureEvent.java501 pw.print(", mNode.id="); pw.print(mNode.getAutofillId()); in dump()
549 string.append(", id=").append(mNode.getAutofillId()); in toString()
/aosp12/frameworks/base/core/java/android/view/
H A DViewStructure.java329 public abstract AutofillId getAutofillId(); in getAutofillId() method in ViewStructure
H A DView.java9291 public final AutofillId getAutofillId() { in getAutofillId() method in View
10051 structure.setAutofillId(new AutofillId(getAutofillId(), in populateVirtualStructure()
10159 structure.setAutofillId(getAutofillId()); in dispatchProvideStructure()
29744 events.add(appeared ? view : view.getAutofillId()); in delayNotifyContentCaptureEvent()
31122 AutofillId autofillId = getAutofillId(); in dispatchCreateViewTranslationRequest()
31155 + getAutofillId()); in accept()
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DFillContext.java130 if (id.equals(node.getAutofillId())) { in findViewNodesByAutofillIds()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DInlineSuggestionsRequestInfo.java108 public @NonNull AutofillId getAutofillId() { in getAutofillId() method in InlineSuggestionsRequestInfo
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInlineSuggestionSessionController.java249 imeClientPackageName) && match(inlineSuggestionsRequestInfo.getAutofillId(), in match()
/aosp12/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DMyAutofillService.java171 return node.getAutofillId(); in getAutofillIdByResourceId()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineFillUi.java194 public AutofillId getAutofillId() { in getAutofillId() method in InlineFillUi
H A DFillUi.java633 .append(view.getAutofillId()); in toString()
/aosp12/frameworks/base/core/java/android/widget/
H A DTimePicker.java574 structure.setAutofillId(getAutofillId()); in dispatchProvideAutofillStructure()
H A DDatePicker.java822 structure.setAutofillId(getAutofillId()); in dispatchProvideAutofillStructure()
H A DTextView.java10852 session.notifyViewTextChanged(getAutofillId(), getText()); in notifyContentCaptureTextChanged()
13924 new ViewTranslationRequest.Builder(getAutofillId()); in onCreateViewTranslationRequest()
/aosp12/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1175 @Nullable public AutofillId getAutofillId() { in getAutofillId() method in AssistStructure.ViewNode
2141 public AutofillId getAutofillId() { in getAutofillId() method in AssistStructure.ViewNodeBuilder
2468 AutofillId autofillId = node.getAutofillId(); in dump()
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1926 tba.autofillId = view.getAutofillId(); in startInputInner()

12