Home
last modified time | relevance | path

Searched defs:username (Results 1 – 5 of 5) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DLoginActivity.java72 static String getWelcomeMessage(String username) { in getWelcomeMessage()
111 final String username = mUsernameEditText.getText().toString(); in login() local
152 void expectAutoFill(String username, String password) { in expectAutoFill()
162 void expectAutoFill(String username) { in expectAutoFill()
266 private FillExpectation(String username, String password) { in FillExpectation()
271 private FillExpectation(String username) { in FillExpectation()
DLoginActivityTest.java439 final View username = mActivity.getUsername(); in testAutofillCallbacks() local
470 final View username = mActivity.getUsername(); in testAutofillCallbackDisabled() local
502 final View username = mActivity.getUsername(); in callbackUnavailableTest() local
559 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testAutoFillOneDatasetAndSave() local
664 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testAutoFillOneDatasetAndSaveHidingOverlays() local
1166 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in saveOnlyTest() local
1302 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in saveOnlyTestPreFilled() local
1351 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testSaveOnlyTwoRequiredFieldsOnePrefilled() local
1400 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testSaveOnlyOptionalField() local
1532 final View username = mActivity.getUsername(); in fillResponseAuthBothFields() local
[all …]
DVirtualContainerActivity.java73 void expectAutoFill(String username, String password) { in expectAutoFill()
96 private FillExpectation(String username, String password) { in FillExpectation()
DSessionLifecycleTest.java187 final AssistStructure.ViewNode username = findNodeByResourceId(saveRequest.structure, in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local
DVirtualContainerActivityTest.java108 final ViewNode username = findNodeByResourceId(request.structure, ID_USERNAME); in autofillTest() local