HomeSort by relevance Sort by last modified time
    Searched refs:ID_PASSWORD_LABEL (Results 1 - 9 of 9) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/
PreFilledLoginActivityTest.java 19 import static android.autofillservice.cts.Helper.ID_PASSWORD_LABEL;
78 assertTextFromResouces(fillRequest.structure, ID_PASSWORD_LABEL, "DA PASSWORD", false,
97 assertTextFromResouces(saveRequest.structure, ID_PASSWORD_LABEL, "DA PASSWORD", false,
LoginWithStringsActivityTest.java 20 import static android.autofillservice.cts.Helper.ID_PASSWORD_LABEL;
97 assertTextFromResouces(fillRequest.structure, ID_PASSWORD_LABEL, "Password", false,
135 assertTextFromResouces(saveRequest.structure, ID_PASSWORD_LABEL, "Password", false,
VirtualContainerActivity.java 19 import static android.autofillservice.cts.Helper.ID_PASSWORD_LABEL;
67 mPassword = mCustomView.addLine(ID_PASSWORD_LABEL, "Password", ID_PASSWORD, BLANK_VALUE,
OnClickActionTest.java 25 import static android.autofillservice.cts.Helper.ID_PASSWORD_LABEL;
158 mUiBot.assertChildText(saveUi, ID_PASSWORD_LABEL, "Pass:");
178 mUiBot.assertChildText(saveUi, ID_PASSWORD_LABEL, "Pass:");
WebViewMultiScreenLoginActivityTest.java 22 import static android.autofillservice.cts.Helper.ID_PASSWORD_LABEL;
179 mUiBot.assertChildText(saveUi2, ID_PASSWORD_LABEL, "Pass:");
281 mUiBot.assertChildText(saveUi, ID_PASSWORD_LABEL, "Pass:");
MultiScreenLoginTest.java 20 import static android.autofillservice.cts.Helper.ID_PASSWORD_LABEL;
414 mUiBot.assertChildText(saveUi, ID_PASSWORD_LABEL, "Pass:");
VirtualContainerActivityTest.java 20 import static android.autofillservice.cts.Helper.ID_PASSWORD_LABEL;
195 final ViewNode passwordLabel = findNodeByResourceId(request.structure, ID_PASSWORD_LABEL);
LoginActivityTest.java 25 import static android.autofillservice.cts.Helper.ID_PASSWORD_LABEL;
    [all...]
Helper.java 94 public static final String ID_PASSWORD_LABEL = "password_label";
    [all...]

Completed in 64 milliseconds