/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/ |
D | AbstractLoginNotImportantForAutofillTestCase.java | 48 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
|
D | LoginActivityCommonTestCase.java | 129 final View username = mActivity.getUsername(); in testBasicLoginAutofill() local
|
D | DatasetFilteringTest.java | 69 private void changeUsername(CharSequence username) { in changeUsername() 688 final EditText username = mActivity.getUsername(); in resetFilterTest() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/ |
D | AuthenticationTest.java | 101 final View username = mActivity.getUsername(); in datasetAuthTwoFields() local 188 final View username = mActivity.getUsername(); in testDatasetAuthTwoFieldsReplaceResponse() local 242 final View username = mActivity.getUsername(); in testDatasetAuthTwoFieldsNoValues() local 295 final View username = mActivity.getUsername(); in testDatasetAuthTwoDatasets() local 360 final View username = mActivity.getUsername(); in datasetAuthMixedTest() local 408 final View username = mActivity.getUsername(); in testDatasetAuthNoFiltering() local 478 final View username = mActivity.getUsername(); in testDatasetAuthFilteringUsingAutofillValue() local 548 final View username = mActivity.getUsername(); in testDatasetAuthFilteringUsingRegex() local 634 final View username = mActivity.getUsername(); in datasetAuthMixedFilteringTest() local 793 final View username = mActivity.getUsername(); in fillResponseAuthBothFields() local [all …]
|
D | LoginActivityTest.java | 322 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets() local 606 final View username = mActivity.getUsername(); in testDatasetPickerPosition() local 952 final View username = mActivity.getUsername(); in testAutofillTapOutside() local 1004 final View username = mActivity.getUsername(); in testAutofillCallbacks() local 1040 final View username = mActivity.getUsername(); in testAutofillCallbackDisabled() local 1074 final View username = mActivity.getUsername(); in callbackUnavailableTest() local 1247 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testAutoFillOneDatasetAndSaveHidingOverlays() local 1652 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in saveOnlyTest() local 1795 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in saveOnlyTestPreFilled() local 1842 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testSaveOnlyTwoRequiredFieldsOnePrefilled() local [all …]
|
D | VirtualContainerActivityCompatModeTest.java | 225 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testUrlBarChangeIgnoredWhenServiceCanSave() local
|
D | VirtualContainerActivityTest.java | 211 final ViewNode username = findNodeByResourceId(request.structure, ID_USERNAME); in autofillTest() local 616 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in saveTest() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
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 | 84 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() 378 public void setTextAndWaitTextChange(String username, String password) throws Exception { in setTextAndWaitTextChange() 394 private void expectTextChange(String username, String password) { in expectTextChange() 419 FillExpectation(String username, String password) { in FillExpectation() 433 private FillExpectation(String username) { in FillExpectation()
|
D | UsernameOnlyActivity.java | 52 public void setUsername(String username) { in setUsername() 69 final String username = mUsernameEditText.getText().toString(); in next() local
|
D | DialogLauncherActivity.java | 85 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()
|
D | VirtualContainerActivity.java | 92 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/credman/ |
D | CtsGetPasswordActivity.java | 39 String username = intent.getStringExtra("username"); in onCreate() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/ |
D | ValidatorTest.java | 59 final String username = willSaveBeShown ? "7992739871-3" : "4815162342-108"; in integrationTest() local
|
D | PccFieldClassificationTest.java | 588 final View username = activity.getUsername(); in datasetAuthTwoFields() local 694 final View username = activity.getUsername(); in fillResponseAuthBothFields() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | SessionLifecycleTest.java | 274 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/ |
D | PasspointConfigurationTest.java | 198 private static Credential createCredentialWithUserCredential(String username, String password) { in createCredentialWithUserCredential()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/ |
D | DatasetTest.java | 496 String username = "username"; in testWriteToParcel_bothAutofillIdAndTypeSet() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/ |
D | CustomDescriptionTest.java | 623 final String username = matchFirst ? "marco" : "MARCO"; in multipleTransformationsForSameFieldTest() local
|