Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DLoginTest.java96 .setUsername(mUsername.getAutofillId(), "user") in testFocus_autofillBothFields()
97 .setPassword(mPassword.getAutofillId(), "pass") in testFocus_autofillBothFields()
149 .setUsername(mUsername.getAutofillId(), "user") in testFocus_autofillUsernameOnly()
150 .setIgnored(mPassword.getAutofillId()) in testFocus_autofillUsernameOnly()
219 .setUsername(mUsername.getAutofillId(), "user") in testChange_autofillBothFields()
220 .setPassword(mPassword.getAutofillId(), "pass") in testChange_autofillBothFields()
234 .setUsername(mUsername.getAutofillId(), "user") in testChange_autofillUsernameOnly()
235 .setIgnored(mPassword.getAutofillId()) in testChange_autofillUsernameOnly()
264 .setUsername(mUsername.getAutofillId(), "user") in testCallbacks()
265 .setPassword(mPassword.getAutofillId(), "pass") in testCallbacks()
/frameworks/base/core/tests/coretests/src/android/app/assist/
DAssistStructureTest.java142 assertThat(rootView.getAutofillId()).isNotNull(); in assertStructureWithManySmallViews()
150 assertThat(title.getAutofillId()).isNotNull(); in assertStructureWithManySmallViews()
157 assertThat(parent.getAutofillId()).isNotNull(); in assertStructureWithManySmallViews()
195 assertThat(rootView.getAutofillId()).isNotNull(); in assertStructureWithOneBigView()
203 assertThat(title.getAutofillId()).isNotNull(); in assertStructureWithOneBigView()
210 assertThat(parent.getAutofillId()).isNotNull(); in assertStructureWithOneBigView()
238 assertThat(view.getAutofillId()).isNotNull(); in assertSmallView()
244 assertThat(view.getAutofillId().getViewId()).isEqualTo(2); in assertSmallView()
263 assertThat(view.getAutofillId()).isNotNull(); in assertBigView()
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureSessionTest.java86 assertThat(mMockView.getAutofillId()).isNotNull(); // sanity check in testNewViewStructure()
89 assertThat(structure.getAutofillId()).isEqualTo(mMockView.getAutofillId()); in testNewViewStructure()
98 assertThat(structure.getAutofillId()).isEqualTo(childId); in testNewVirtualViewStructure()
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java953 final AutofillId id = view.getAutofillId(); in notifyViewEnteredLocked()
1016 final AutofillId id = view.getAutofillId(); in notifyViewExitedLocked()
1063 final AutofillId id = virtual ? getAutofillId(view, virtualId) in notifyViewVisibilityChangedInternal()
1064 : view.getAutofillId(); in notifyViewVisibilityChangedInternal()
1123 final AutofillId id = getAutofillId(view, virtualId); in notifyViewEnteredLocked()
1179 if (sVerbose) Log.v(TAG, "notifyViewExited(" + view.getAutofillId() + ", " + virtualId); in notifyViewExited()
1195 final AutofillId id = getAutofillId(view, virtualId); in notifyViewExitedLocked()
1222 id = view.getAutofillId(); in notifyValueChanged()
1247 Log.v(TAG, "notifyValueChanged(" + view.getAutofillId() in notifyValueChanged()
1254 id = view.getAutofillId(); in notifyValueChanged()
[all …]
/frameworks/base/services/autofill/java/com/android/server/autofill/
DHelper.java145 return autofillId.equals(node.getAutofillId()); in findViewNodeByAutofillId()
228 ids.add(node.getAutofillId()); in addAutofillableIds()
DSession.java357 final AutofillId urlBarId = mUrlBar.getAutofillId();
3097 pw.print("id="); pw.print(mUrlBar.getAutofillId()); in dumpLocked()
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureEvent.java359 pw.print(", mNode.id="); pw.print(mNode.getAutofillId()); in dump()
395 string.append(", id=").append(mNode.getAutofillId()); in toString()
DViewNode.java210 public AutofillId getAutofillId() { in getAutofillId() method in ViewNode
616 mNode.mAutofillId = Preconditions.checkNotNull(view).getAutofillId(); in ViewStructureImpl()
619 mNode.mParentAutofillId = ((View) parent).getAutofillId(); in ViewStructureImpl()
859 public AutofillId getAutofillId() { in getAutofillId() method in ViewNode.ViewStructureImpl
/frameworks/base/core/java/android/view/
DViewStructure.java315 public abstract AutofillId getAutofillId(); in getAutofillId() method in ViewStructure
DView.java8756 public final AutofillId getAutofillId() {
9216 structure.setAutofillId(new AutofillId(getAutofillId(),
9322 structure.setAutofillId(getAutofillId());
DViewGroup.java3604 + mChildrenCount + " children of " + getAutofillId()); in dispatchProvideAutofillStructure()
/frameworks/base/core/java/android/service/autofill/
DFillContext.java162 if (id.equals(node.getAutofillId())) { in findViewNodesByAutofillIds()
/frameworks/base/core/java/android/widget/
DTimePicker.java572 structure.setAutofillId(getAutofillId()); in dispatchProvideAutofillStructure()
DDatePicker.java822 structure.setAutofillId(getAutofillId()); in dispatchProvideAutofillStructure()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1102 @Nullable public AutofillId getAutofillId() { in getAutofillId() method in AssistStructure.ViewNode
1960 public AutofillId getAutofillId() { in getAutofillId() method in AssistStructure.ViewNodeBuilder
2277 AutofillId autofillId = node.getAutofillId(); in dump()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java594 .append(view.getAutofillId()); in toString()
/frameworks/base/api/
Dtest-current.txt3421 method public android.view.autofill.AutofillId getAutofillId();
Dcurrent.txt7147 method @Nullable public android.view.autofill.AutofillId getAutofillId();
50169 method public final android.view.autofill.AutofillId getAutofillId();
51361 method @Nullable public abstract android.view.autofill.AutofillId getAutofillId();
/frameworks/base/config/
Dboot-image-profile.txt2584 HPLandroid/app/assist/AssistStructure$ViewNode;->getAutofillId()Landroid/view/autofill/AutofillId;
Dhiddenapi-greylist-max-o.txt79050 Landroid/view/autofill/AutofillManager;->getAutofillId(Landroid/view/View;I)Landroid/view/autofill/…