/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/ |
D | AbstractLoginNotImportantForAutofillTestCase.java | 46 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/ |
D | AuthenticationTest.java | 91 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 …]
|
D | MyWebView.java | 55 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()
|
D | LoginActivity.java | 80 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()
|
D | UsernameOnlyActivity.java | 51 void setUsername(String username) { in setUsername() 68 final String username = mUsernameEditText.getText().toString(); in next() local
|
D | DialogLauncherActivity.java | 81 void expectAutofill(String username, String password) { in expectAutofill() 103 private FillExpectation(String username, String password) { in FillExpectation() 110 private FillExpectation(String username) { in FillExpectation()
|
D | LoginActivityTest.java | 326 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 …]
|
D | VirtualContainerActivity.java | 82 void expectAutoFill(String username, String password) { in expectAutoFill() 105 private FillExpectation(String username, String password) { in FillExpectation()
|
D | ValidatorTest.java | 57 final String username = willSaveBeShown ? "7992739871-3" : "4815162342-108"; in integrationTest() local
|
D | SessionLifecycleTest.java | 260 final AssistStructure.ViewNode username = findNodeByResourceId(saveRequest.structure, in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local 496 final AssistStructure.ViewNode username = findNodeByResourceId(saveRequest.structure, in testSaveRemainsWhenAutofilledAppIsKilled() local
|
D | DatasetFilteringTest.java | 58 private void changeUsername(CharSequence username) { in changeUsername() 620 final EditText username = mActivity.getUsername(); in resetFilterTest() local
|
D | VirtualContainerActivityCompatModeTest.java | 217 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testUrlBarChangeIgnoredWhenServiceCanSave() local
|
D | VirtualContainerActivityTest.java | 194 final ViewNode username = findNodeByResourceId(request.structure, ID_USERNAME); in autofillTest() local 591 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in saveTest() local
|
D | CustomDescriptionTest.java | 558 final String username = matchFirst ? "marco" : "MARCO"; in multipleTransformationsForSameFieldTest() local
|