Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DAbstractLoginNotImportantForAutofillTestCase.java47 final EditText username = mActivity.getUsername(); in testAutofill_none() local
73 final EditText username = mActivity.getUsername(); in testAutofill_oneField() local
109 final EditText username = mActivity.getUsername(); in testAutofill_twoFields() local
146 final EditText username = mActivity.getUsername(); in testAutofill_manualRequest() local
184 final EditText username = mActivity.getUsername(); in testAutofill_autoThenManualRequests() local
DLoginActivityCommonTestCase.java129 final View username = mActivity.getUsername(); in testBasicLoginAutofill() local
DDatasetFilteringTest.java69 private void changeUsername(CharSequence username) { in changeUsername()
655 final EditText username = mActivity.getUsername(); in resetFilterTest() local
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DAuthenticationTest.java99 final View username = mActivity.getUsername(); in datasetAuthTwoFields() local
186 final View username = mActivity.getUsername(); in testDatasetAuthTwoFieldsReplaceResponse() local
240 final View username = mActivity.getUsername(); in testDatasetAuthTwoFieldsNoValues() local
293 final View username = mActivity.getUsername(); in testDatasetAuthTwoDatasets() local
358 final View username = mActivity.getUsername(); in datasetAuthMixedTest() local
406 final View username = mActivity.getUsername(); in testDatasetAuthNoFiltering() local
476 final View username = mActivity.getUsername(); in testDatasetAuthFilteringUsingAutofillValue() local
554 final View username = mActivity.getUsername(); in testDatasetAuthFilteringUsingRegex() local
640 final View username = mActivity.getUsername(); in datasetAuthMixedFilteringTest() local
796 final View username = mActivity.getUsername(); in fillResponseAuthBothFields() local
[all …]
DLoginActivityTest.java296 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets() local
504 final View username = mActivity.getUsername(); in testDatasetPickerPosition() local
847 final View username = mActivity.getUsername(); in testAutofillTapOutside() local
877 final View username = mActivity.getUsername(); in testAutofillCallbacks() local
912 final View username = mActivity.getUsername(); in testAutofillCallbackDisabled() local
946 final View username = mActivity.getUsername(); in callbackUnavailableTest() local
1119 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testAutoFillOneDatasetAndSaveHidingOverlays() local
1483 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in saveOnlyTest() local
1622 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in saveOnlyTestPreFilled() local
1669 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testSaveOnlyTwoRequiredFieldsOnePrefilled() local
[all …]
DVirtualContainerActivityCompatModeTest.java226 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testUrlBarChangeIgnoredWhenServiceCanSave() local
DVirtualContainerActivityTest.java204 final ViewNode username = findNodeByResourceId(request.structure, ID_USERNAME); in autofillTest() local
609 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in saveTest() local
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DLoginActivity.java84 public static String getWelcomeMessage(String username) { in getWelcomeMessage()
135 final String username = mUsernameEditText.getText().toString(); in login() local
180 public void expectAutoFill(String username, String password) { in expectAutoFill()
221 public void expectAutoFill(String username) { in expectAutoFill()
375 public void setTextAndWaitTextChange(String username, String password) throws Exception { in setTextAndWaitTextChange()
391 private void expectTextChange(String username, String password) { in expectTextChange()
415 private FillExpectation(String username, String password) { in FillExpectation()
422 private FillExpectation(String username) { in FillExpectation()
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()
DUsernameOnlyActivity.java52 public void setUsername(String username) { in setUsername()
69 final String username = mUsernameEditText.getText().toString(); in next() local
DDialogLauncherActivity.java85 public void expectAutofill(String username, String password) { in expectAutofill()
107 private FillExpectation(String username, String password) { in FillExpectation()
114 private FillExpectation(String username) { in FillExpectation()
DVirtualContainerActivity.java92 public void expectAutoFill(String username, String password) { in expectAutoFill()
115 private FillExpectation(String username, String password) { in FillExpectation()
/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/
DValidatorTest.java59 final String username = willSaveBeShown ? "7992739871-3" : "4815162342-108"; in integrationTest() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DSessionLifecycleTest.java273 final AssistStructure.ViewNode username = findNodeByResourceId(saveRequest.structure, in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local
563 final AssistStructure.ViewNode username = findNodeByResourceId(saveRequest.structure, in testSaveRemainsWhenAutofilledAppIsKilled() local
/cts/tests/tests/wifi/src/android/net/wifi/passpoint/cts/
DPasspointConfigurationTest.java198 private static Credential createCredentialWithUserCredential(String username, String password) { in createCredentialWithUserCredential()
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DCustomDescriptionTest.java563 final String username = matchFirst ? "marco" : "MARCO"; in multipleTransformationsForSameFieldTest() local