Home
last modified time | relevance | path

Searched refs:findView (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricPromptContentViewTest.java463 final UiObject2 actualTitle = findView(TITLE_VIEW); in testVerticalList_onlyCredential_showsTwoStep()
464 final UiObject2 actualSubtitle = findView(SUBTITLE_VIEW); in testVerticalList_onlyCredential_showsTwoStep()
465 final UiObject2 actualDescription = findView(DESCRIPTION_VIEW); in testVerticalList_onlyCredential_showsTwoStep()
531 findView(SCROLL_PARENT_VIEW).scroll(Direction.DOWN, .4f, 1000); in scrollBpBodyContentTo()
543 final UiObject2 actualLogoDescription = findView(LOGO_DESCRIPTION_VIEW); in checkTopViews()
544 final UiObject2 actualTitle = findView(TITLE_VIEW); in checkTopViews()
545 final UiObject2 actualSubtitle = findView(SUBTITLE_VIEW); in checkTopViews()
546 final UiObject2 actualDescription = findView(DESCRIPTION_VIEW); in checkTopViews()
547 final UiObject2 actualNegativeButton = findView(BUTTON_ID_NEGATIVE); in checkTopViews()
DBiometricSimpleTests.java519 final UiObject2 actualTitle = findView(TITLE_VIEW); in testSimpleBiometricAuth_nonConvenience()
520 final UiObject2 actualSubtitle = findView(SUBTITLE_VIEW); in testSimpleBiometricAuth_nonConvenience()
521 final UiObject2 actualDescription = findView(DESCRIPTION_VIEW); in testSimpleBiometricAuth_nonConvenience()
522 final UiObject2 actualNegativeButton = findView(BUTTON_ID_NEGATIVE); in testSimpleBiometricAuth_nonConvenience()
581 final UiObject2 actualTitle = findView(TITLE_VIEW); in testSimpleCredentialAuth()
582 final UiObject2 actualSubtitle = findView(SUBTITLE_VIEW); in testSimpleCredentialAuth()
583 final UiObject2 actualDescription = findView(DESCRIPTION_VIEW); in testSimpleCredentialAuth()
DBiometricTestBase.java161 protected UiObject2 findView(String id) { in findView() method in BiometricTestBase
186 final UiObject2 button = findView(id); in findAndPressButton()
311 final UiObject2 passwordField = findView(VIEW_ID_PASSWORD_FIELD); in successfullyEnterCredential()
317 final UiObject2 enterButton = findView(KEY_ENTER); in successfullyEnterCredential()
DBiometricPromptLogoTests.java211 final UiObject2 actualLogoDescription = findView(LOGO_DESCRIPTION_VIEW); in test_setLogo()
/cts/tests/tests/widget/src/android/widget/cts/
DSearchView_CursorTest.java120 final AutoCompleteTextView findView = in findAutoCompleteTextView() local
122 if (findView != null) { in findAutoCompleteTextView()
123 return findView; in findAutoCompleteTextView()