/aosp12/frameworks/base/core/tests/coretests/src/android/app/assist/ |
H A D | AssistStructureTest.java | 145 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 D | ContentCaptureSessionTest.java | 87 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 D | AutofillInlineSessionController.java | 149 if (mInlineFillUi != null && mInlineFillUi.getAutofillId().equals(autofillId)) { in disableFilterMatching() 176 if (mInlineFillUi != null && mInlineFillUi.getAutofillId().equals(autofillId)) { in filterInlineFillUiLocked()
|
H A D | Helper.java | 152 return autofillId.equals(node.getAutofillId()); in findViewNodeByAutofillId() 235 ids.add(node.getAutofillId()); in addAutofillableIds()
|
H A D | AutofillInlineSuggestionsRequestSession.java | 160 "onInlineSuggestionsResponseLocked called for:" + inlineFillUi.getAutofillId()); in onInlineSuggestionsResponseLocked() 166 mAutofillId = inlineFillUi.getAutofillId(); in onInlineSuggestionsResponseLocked()
|
H A D | Session.java | 546 final AutofillId urlBarId = mUrlBar.getAutofillId(); 3910 pw.print("id="); pw.print(mUrlBar.getAutofillId());
|
/aosp12/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillManager.java | 1059 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 D | UiTranslationController.java | 272 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 D | ViewTranslationRequest.java | 95 public AutofillId getAutofillId() { in getAutofillId() method in ViewTranslationRequest
|
H A D | ViewTranslationResponse.java | 80 public AutofillId getAutofillId() { in getAutofillId() method in ViewTranslationResponse
|
/aosp12/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ViewNode.java | 220 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 D | ContentCaptureEvent.java | 501 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 D | ViewStructure.java | 329 public abstract AutofillId getAutofillId(); in getAutofillId() method in ViewStructure
|
H A D | View.java | 9291 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 D | FillContext.java | 130 if (id.equals(node.getAutofillId())) { in findViewNodesByAutofillIds()
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | InlineSuggestionsRequestInfo.java | 108 public @NonNull AutofillId getAutofillId() { in getAutofillId() method in InlineSuggestionsRequestInfo
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | InlineSuggestionSessionController.java | 249 imeClientPackageName) && match(inlineSuggestionsRequestInfo.getAutofillId(), in match()
|
/aosp12/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
H A D | MyAutofillService.java | 171 return node.getAutofillId(); in getAutofillIdByResourceId()
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | InlineFillUi.java | 194 public AutofillId getAutofillId() { in getAutofillId() method in InlineFillUi
|
H A D | FillUi.java | 633 .append(view.getAutofillId()); in toString()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TimePicker.java | 574 structure.setAutofillId(getAutofillId()); in dispatchProvideAutofillStructure()
|
H A D | DatePicker.java | 822 structure.setAutofillId(getAutofillId()); in dispatchProvideAutofillStructure()
|
H A D | TextView.java | 10852 session.notifyViewTextChanged(getAutofillId(), getText()); in notifyContentCaptureTextChanged() 13924 new ViewTranslationRequest.Builder(getAutofillId()); in onCreateViewTranslationRequest()
|
/aosp12/frameworks/base/core/java/android/app/assist/ |
H A D | AssistStructure.java | 1175 @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 D | InputMethodManager.java | 1926 tba.autofillId = view.getAutofillId(); in startInputInner()
|