Searched refs:ID_PASSWORD_LABEL (Results 1 – 9 of 9) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | 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,
|
D | 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,
|
D | VirtualContainerActivity.java | 19 import static android.autofillservice.cts.Helper.ID_PASSWORD_LABEL; 67 mPassword = mCustomView.addLine(ID_PASSWORD_LABEL, "Password", ID_PASSWORD, BLANK_VALUE, in onCreate()
|
D | 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:");
|
D | 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:");
|
D | MultiScreenLoginTest.java | 20 import static android.autofillservice.cts.Helper.ID_PASSWORD_LABEL; 414 mUiBot.assertChildText(saveUi, ID_PASSWORD_LABEL, "Pass:");
|
D | VirtualContainerActivityTest.java | 20 import static android.autofillservice.cts.Helper.ID_PASSWORD_LABEL; 195 final ViewNode passwordLabel = findNodeByResourceId(request.structure, ID_PASSWORD_LABEL); in autofillTest()
|
D | LoginActivityTest.java | 25 import static android.autofillservice.cts.Helper.ID_PASSWORD_LABEL; 982 assertTextOnly(fillRequest.structure, ID_PASSWORD_LABEL, "Password"); in testAutoFillOneDatasetAndSave() 1016 assertTextOnly(saveRequest.structure, ID_PASSWORD_LABEL, "Password"); in testAutoFillOneDatasetAndSave() 2026 final ViewNode label = findNodeByResourceId(fillRequest.structure, ID_PASSWORD_LABEL); in testGetTextInputType()
|
D | Helper.java | 94 public static final String ID_PASSWORD_LABEL = "password_label"; field in Helper
|