HomeSort by relevance Sort by last modified time
    Searched refs:getAutofillId (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
LoginTest.java 96 .setUsername(mUsername.getAutofillId(), "user")
97 .setPassword(mPassword.getAutofillId(), "pass")
149 .setUsername(mUsername.getAutofillId(), "user")
150 .setIgnored(mPassword.getAutofillId())
219 .setUsername(mUsername.getAutofillId(), "user")
220 .setPassword(mPassword.getAutofillId(), "pass")
234 .setUsername(mUsername.getAutofillId(), "user")
235 .setIgnored(mPassword.getAutofillId())
264 .setUsername(mUsername.getAutofillId(), "user")
265 .setPassword(mPassword.getAutofillId(), "pass"
    [all...]
  /cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
CustomViewActivity.java 74 Log.d(TAG, "onCreate(): custom view id is " + mCustomView.getAutofillId());
119 Log.v(TAG, "assertJustInitialViewsAppeared(): grandpa1=" + grandpa1.getAutofillId()
120 + ", grandpa2=" + grandpa2.getAutofillId() + ", decor="
121 + decorView.getAutofillId());
142 getDecorView().getAutofillId(), mCustomView.getAutofillId());
CustomViewActivityTest.java 121 final AutofillId customViewId = customView.getAutofillId();
127 final AutofillId childId = child.getAutofillId();
150 final AutofillId customViewId = activity.mCustomView.getAutofillId();
151 Log.v(TAG, "assertJustInitialViewsAppeared(): grandpa1=" + grandpa1.getAutofillId()
152 + ", grandpa2=" + grandpa2.getAutofillId() + ", decor="
153 + decorView.getAutofillId() + "customView=" + customViewId);
187 final AutofillId customViewId = customView.getAutofillId();
193 final AutofillId child1Id = child1.getAutofillId();
199 final AutofillId child2Id = child2.getAutofillId();
230 final AutofillId customViewId = activity.mCustomView.getAutofillId();
    [all...]
AbstractContentCaptureActivity.java 65 Log.d(mTag, "onResume(): decorViewId=" + getDecorView().getAutofillId());
Assertions.java 162 .that(event.getViewNode().getAutofillId())
163 .isEqualTo(expectedDecorView.getAutofillId());
177 assertWithMessage("wrong autofill id on %s (%s)", event, index).that(node.getAutofillId())
178 .isEqualTo(expectedView.getAutofillId());
378 .that(node.getAutofillId()).isEqualTo(expectedId);
Helper.java 121 Log.v(TAG, "newImportantView(text=" + text + ", id=" + child.getAutofillId() + ")");
  /cts/tests/autofillservice/src/android/autofillservice/cts/
MutableAutofillIdTest.java 58 final AutofillId oldIdField1 = field1.getAutofillId();
73 assertEqualsIgnoreSession(node1Request1.getAutofillId(), oldIdField1);
96 assertThat(field1.getAutofillId()).isEqualTo(newIdField1);
115 assertEqualsIgnoreSession(node1Request2.getAutofillId(), newIdField1);
134 final AutofillId oldIdField1 = field1.getAutofillId();
149 assertEqualsIgnoreSession(node1Request1.getAutofillId(), oldIdField1);
162 assertEqualsIgnoreSession(field1.getAutofillId(), newIdField1);
198 final AutofillId oldIdField1 = field1.getAutofillId();
210 assertEqualsIgnoreSession(node1Request1.getAutofillId(), oldIdField1);
223 assertThat(field1.getAutofillId()).isEqualTo(newIdField1)
    [all...]
DuplicateIdActivityTest.java 110 final AutofillId id1 = view1.getAutofillId();
111 final AutofillId id2 = view2.getAutofillId();
149 final AutofillId recreatedId1 = recreatedView1.getAutofillId();
150 final AutofillId recreatedId2 = recreatedView2.getAutofillId();
151 final AutofillId newId1 = newView1.getAutofillId();
174 assertEqualsIgnoreSession(newId1, child.getAutofillId());
UsernameOnlyActivity.java 56 return mUsernameEditText.getAutofillId();
WebViewMultiScreenLoginActivityTest.java 27 import static android.autofillservice.cts.Helper.getAutofillId;
100 final AutofillId usernameId = getAutofillId(nodeResolver, HTML_NAME_USERNAME);
149 final AutofillId passwordId = getAutofillId(nodeResolver, HTML_NAME_PASSWORD);
207 usernameId.set(getAutofillId(nodeResolver, HTML_NAME_USERNAME));
244 final AutofillId passwordId = getAutofillId(nodeResolver, HTML_NAME_PASSWORD);
Helper.java 236 append(builder, "afId", node.getAutofillId());
412 return node.getAutofillId();
560 assertWithMessage("wrong text on %s", node.getAutofillId()).that(node.getText().toString())
563 final AutofillId id = node.getAutofillId();
578 final AutofillId id = node.getAutofillId();
591 final AutofillId id = node.getAutofillId();
604 final AutofillId id = node.getAutofillId();
774 requiredIds[i] = node.getAutofillId();
784 public static AutofillId getAutofillId(Function<String, ViewNode> nodeResolver,
792 return node.getAutofillId();
    [all...]
VirtualContainerView.java 121 mLoginButtonId = new AutofillId(getAutofillId(), LOGIN_BUTTON_VIRTUAL_ID);
206 structure.setAutofillId(getAutofillId());
234 child.setAutofillId(structure.getAutofillId(), item.id);
LoginActivity.java 322 Log.d(TAG, "addChild(" + child + "): id=" + child.getAutofillId());
  /cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DisableAutofillTest.java 63 assertBasicRequestInfo(request, preSimpleActivity, preInput.getAutofillId(),
67 final UiObject2 ui = mAugmentedUiBot.assertUiShown(preInput.getAutofillId(), "Augment Me");
103 final AutofillId inputId = input.getAutofillId();
AbstractLoginNotImportantForAutofillTestCase.java 48 final AutofillId expectedFocusedId = username.getAutofillId();
73 final AutofillId usernameId = username.getAutofillId();
109 final AutofillId usernameId = username.getAutofillId();
114 .setField(mActivity.getPassword().getAutofillId(), "sweet")
146 final AutofillId usernameId = username.getAutofillId();
182 final AutofillId usernameId = username.getAutofillId();
AugmentedLoginActivityTest.java 103 final AutofillId usernameId = username.getAutofillId();
132 final AutofillId usernameId = username.getAutofillId();
161 final AutofillId expectedFocusedId = username.getAutofillId();
230 final AutofillId expectedFocusedId = username.getAutofillId();
293 final AutofillId usernameId = username.getAutofillId();
331 final AutofillId usernameId = username.getAutofillId();
361 final AutofillId usernameId = username.getAutofillId();
367 .setField(mActivity.getPassword().getAutofillId(), "sweet")
428 final AutofillId usernameId = username.getAutofillId();
434 .setField(mActivity.getPassword().getAutofillId(), "sweet"
    [all...]
  /cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/unit/
ViewNodeTest.java 63 assertThat(node.getAutofillId()).isEqualTo(initialId);
68 assertThat(node.getAutofillId()).isEqualTo(newId);
72 assertThat(node.getAutofillId()).isEqualTo(new AutofillId(66, 6));
91 assertThat(node.getAutofillId()).isEqualTo(initialChildId);
96 assertThat(node.getAutofillId()).isEqualTo(newChildId);
101 assertThat(node.getAutofillId()).isEqualTo(newChildId);
105 assertThat(node.getAutofillId()).isEqualTo(new AutofillId(66, 6));
115 assertThat(node.getAutofillId()).isEqualTo(new AutofillId(initialParentId, 108, 666));
120 assertThat(node.getAutofillId()).isEqualTo(newChildId);
124 assertThat(node.getAutofillId()).isEqualTo(new AutofillId(66, 6))
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
ClientViewMetadataBuilder.java 83 autofillIds.add(root.getAutofillId());
88 focusedAutofillIds.add(root.getAutofillId());
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
ClientViewMetadataBuilder.java 83 autofillIds.add(root.getAutofillId());
88 focusedAutofillIds.add(root.getAutofillId());
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/adapter/
DatasetAdapter.java 113 if (node.isFocused() && node.getAutofillId() != null) {
144 AutofillId autofillId = viewNode.getAutofillId();
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/adapter/
DatasetAdapter.java 113 if (node.isFocused() && node.getAutofillId() != null) {
144 AutofillId autofillId = viewNode.getAutofillId();
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
RecyclerViewActivity.java 261 mField.setAutofillId(fieldMetadata.getAutofillId());
316 public AutofillId getAutofillId() {
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/
Util.java 43 id.equals(node.getAutofillId());
122 .append("autoFillId: ").append(node.getAutofillId())
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
RecyclerViewActivity.java 261 mField.setAutofillId(fieldMetadata.getAutofillId());
316 public AutofillId getAutofillId() {
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/
Util.java 43 id.equals(node.getAutofillId());
122 .append("autoFillId: ").append(node.getAutofillId())

Completed in 739 milliseconds

1 2