Home
last modified time | relevance | path

Searched refs:username (Results 1 – 7 of 7) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DLoginActivity.java72 static String getWelcomeMessage(String username) { in getWelcomeMessage() argument
73 return String.format(WELCOME_TEMPLATE, username); in getWelcomeMessage()
87 mUsernameEditText = (EditText) findViewById(R.id.username); in onCreate()
111 final String username = mUsernameEditText.getText().toString(); in login() local
113 final boolean valid = username.equals(password) || password.contains("pass"); in login()
116 Log.d(TAG, "login ok: " + username); in login()
118 final String message = getWelcomeMessage(username); in login()
152 void expectAutoFill(String username, String password) { in expectAutoFill() argument
153 mExpectation = new FillExpectation(username, password); in expectAutoFill()
162 void expectAutoFill(String username) { in expectAutoFill() argument
[all …]
DLoginActivityTest.java439 final View username = mActivity.getUsername(); in testAutofillCallbacks() local
442 callback.assertUiShownEvent(username); in testAutofillCallbacks()
445 callback.assertUiHiddenEvent(username); in testAutofillCallbacks()
470 final View username = mActivity.getUsername(); in testAutofillCallbackDisabled() local
471 callback.assertUiUnavailableEvent(username); in testAutofillCallbackDisabled()
502 final View username = mActivity.getUsername(); in callbackUnavailableTest() local
503 callback.assertUiUnavailableEvent(username); in callbackUnavailableTest()
559 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testAutoFillOneDatasetAndSave() local
560 assertTextAndValue(username, "dude"); in testAutoFillOneDatasetAndSave()
664 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); in testAutoFillOneDatasetAndSaveHidingOverlays() local
[all …]
DVirtualContainerActivity.java73 void expectAutoFill(String username, String password) { in expectAutoFill() argument
74 mExpectation = new FillExpectation(username, password); in expectAutoFill()
96 private FillExpectation(String username, String password) { in FillExpectation() argument
97 ccUsernameWatcher = mUsername.new OneTimeLineWatcher(username); in FillExpectation()
DVirtualContainerActivityTest.java108 final ViewNode username = findNodeByResourceId(request.structure, ID_USERNAME); in autofillTest() local
112 assertTextIsSanitized(username); in autofillTest()
118 assertThat(username.getClassName()).isEqualTo(TEXT_CLASS); in autofillTest()
122 assertThat(username.getIdEntry()).isEqualTo(ID_USERNAME); in autofillTest()
126 assertThat(username.getAutofillHints()).asList() in autofillTest()
131 VirtualContainerView.assertHtmlInfo(username); in autofillTest()
139 assertWithMessage("Username node is not focused").that(username.isFocused()).isTrue(); in autofillTest()
DSessionLifecycleTest.java187 final AssistStructure.ViewNode username = findNodeByResourceId(saveRequest.structure, in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local
189 assertTextAndValue(username, "autofilled username"); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled()
/cts/tools/dex-tools/dex/
Dclasses.out.dex144991 private final java.lang.String username
145107 private final java.lang.String username
Dclasses0.out.dex65613 private java.lang.String username