Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAbstractLoginNotImportantForAutofillTestCase.java46 final EditText username = mActivity.getUsername(); in testAutofill_none() local
72 final EditText username = mActivity.getUsername(); in testAutofill_oneField() local
108 final EditText username = mActivity.getUsername(); in testAutofill_twoFields() local
145 final EditText username = mActivity.getUsername(); in testAutofill_manualRequest() local
181 final EditText username = mActivity.getUsername(); in testAutofill_autoThenManualRequests() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DAuthenticationTest.java91 final View username = mActivity.getUsername(); in datasetAuthTwoFields() local
178 final View username = mActivity.getUsername(); in testDatasetAuthTwoFieldsReplaceResponse() local
232 final View username = mActivity.getUsername(); in testDatasetAuthTwoFieldsNoValues() local
285 final View username = mActivity.getUsername(); in testDatasetAuthTwoDatasets() local
350 final View username = mActivity.getUsername(); in datasetAuthMixedTest() local
398 final View username = mActivity.getUsername(); in testDatasetAuthNoFiltering() local
468 final View username = mActivity.getUsername(); in testDatasetAuthFilteringUsingAutofillValue() local
545 final View username = mActivity.getUsername(); in testDatasetAuthFilteringUsingRegex() local
631 final View username = mActivity.getUsername(); in datasetAuthMixedFilteringTest() local
784 final View username = mActivity.getUsername(); in fillResponseAuthBothFields() local
[all …]
DMyWebView.java55 public void expectAutofill(String username, String password) { in expectAutofill()
82 FillExpectation(String username, String password) { in FillExpectation()
87 void setUsername(String username) { in setUsername()
119 public void onUsernameChanged(String username) { in onUsernameChanged()
DLoginActivity.java80 public static String getWelcomeMessage(String username) { in getWelcomeMessage()
131 final String username = mUsernameEditText.getText().toString(); in login() local
175 public void expectAutoFill(String username, String password) { in expectAutoFill()
185 public void expectAutoFill(String username) { in expectAutoFill()
334 private FillExpectation(String username, String password) { in FillExpectation()
341 private FillExpectation(String username) { in FillExpectation()
DUsernameOnlyActivity.java51 void setUsername(String username) { in setUsername()
68 final String username = mUsernameEditText.getText().toString(); in next() local
DDialogLauncherActivity.java81 void expectAutofill(String username, String password) { in expectAutofill()
103 private FillExpectation(String username, String password) { in FillExpectation()
110 private FillExpectation(String username) { in FillExpectation()
DLoginActivityTest.java326 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets() local
531 final View username = mActivity.getUsername(); in testDatasetPickerPosition() local
845 final View username = mActivity.getUsername(); in testAutofillTapOutside() local
874 final View username = mActivity.getUsername(); in testAutofillCallbacks() local
909 final View username = mActivity.getUsername(); in testAutofillCallbackDisabled() local
943 final View username = mActivity.getUsername(); in callbackUnavailableTest() local
1114 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testAutoFillOneDatasetAndSaveHidingOverlays() local
1477 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in saveOnlyTest() local
1604 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in saveOnlyTestPreFilled() local
1651 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testSaveOnlyTwoRequiredFieldsOnePrefilled() local
[all …]
DVirtualContainerActivity.java82 void expectAutoFill(String username, String password) { in expectAutoFill()
105 private FillExpectation(String username, String password) { in FillExpectation()
DValidatorTest.java57 final String username = willSaveBeShown ? "7992739871-3" : "4815162342-108"; in integrationTest() local
DSessionLifecycleTest.java260 final AssistStructure.ViewNode username = findNodeByResourceId(saveRequest.structure, in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local
496 final AssistStructure.ViewNode username = findNodeByResourceId(saveRequest.structure, in testSaveRemainsWhenAutofilledAppIsKilled() local
DDatasetFilteringTest.java58 private void changeUsername(CharSequence username) { in changeUsername()
620 final EditText username = mActivity.getUsername(); in resetFilterTest() local
DVirtualContainerActivityCompatModeTest.java217 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testUrlBarChangeIgnoredWhenServiceCanSave() local
DVirtualContainerActivityTest.java194 final ViewNode username = findNodeByResourceId(request.structure, ID_USERNAME); in autofillTest() local
591 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in saveTest() local
DCustomDescriptionTest.java558 final String username = matchFirst ? "marco" : "MARCO"; in multipleTransformationsForSameFieldTest() local