Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DAbstractLoginNotImportantForAutofillTestCase.java48 final EditText username = mActivity.getUsername(); in testAutofill_none() local
74 final EditText username = mActivity.getUsername(); in testAutofill_oneField() local
110 final EditText username = mActivity.getUsername(); in testAutofill_twoFields() local
147 final EditText username = mActivity.getUsername(); in testAutofill_manualRequest() local
185 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.java100 final View username = mActivity.getUsername(); in datasetAuthTwoFields() local
187 final View username = mActivity.getUsername(); in testDatasetAuthTwoFieldsReplaceResponse() local
241 final View username = mActivity.getUsername(); in testDatasetAuthTwoFieldsNoValues() local
294 final View username = mActivity.getUsername(); in testDatasetAuthTwoDatasets() local
359 final View username = mActivity.getUsername(); in datasetAuthMixedTest() local
407 final View username = mActivity.getUsername(); in testDatasetAuthNoFiltering() local
477 final View username = mActivity.getUsername(); in testDatasetAuthFilteringUsingAutofillValue() local
555 final View username = mActivity.getUsername(); in testDatasetAuthFilteringUsingRegex() local
641 final View username = mActivity.getUsername(); in datasetAuthMixedFilteringTest() local
797 final View username = mActivity.getUsername(); in fillResponseAuthBothFields() local
[all …]
DLoginActivityTest.java311 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets() local
589 final View username = mActivity.getUsername(); in testDatasetPickerPosition() local
932 final View username = mActivity.getUsername(); in testAutofillTapOutside() local
984 final View username = mActivity.getUsername(); in testAutofillCallbacks() local
1020 final View username = mActivity.getUsername(); in testAutofillCallbackDisabled() local
1054 final View username = mActivity.getUsername(); in callbackUnavailableTest() local
1227 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testAutoFillOneDatasetAndSaveHidingOverlays() local
1631 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in saveOnlyTest() local
1774 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in saveOnlyTestPreFilled() local
1821 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testSaveOnlyTwoRequiredFieldsOnePrefilled() local
[all …]
DVirtualContainerActivityCompatModeTest.java225 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testUrlBarChangeIgnoredWhenServiceCanSave() local
DVirtualContainerActivityTest.java206 final ViewNode username = findNodeByResourceId(request.structure, ID_USERNAME); in autofillTest() local
611 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
DPccFieldClassificationTest.java578 final View username = activity.getUsername(); in datasetAuthTwoFields() local
683 final View username = activity.getUsername(); in fillResponseAuthBothFields() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DSessionLifecycleTest.java274 final AssistStructure.ViewNode username = findNodeByResourceId(saveRequest.structure, in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local
564 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/unittests/
DDatasetTest.java496 String username = "username"; in testWriteToParcel_bothAutofillIdAndTypeSet() local
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DCustomDescriptionTest.java564 final String username = matchFirst ? "marco" : "MARCO"; in multipleTransformationsForSameFieldTest() local