Home
last modified time | relevance | path

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

/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricSimpleTests.java325 final UiObject2 actualTitle = findView(TITLE_VIEW); in testSimpleBiometricAuth_nonConvenience()
326 final UiObject2 actualSubtitle = findView(SUBTITLE_VIEW); in testSimpleBiometricAuth_nonConvenience()
327 final UiObject2 actualDescription = findView(DESCRIPTION_VIEW); in testSimpleBiometricAuth_nonConvenience()
328 final UiObject2 actualNegativeButton = findView(BUTTON_ID_NEGATIVE); in testSimpleBiometricAuth_nonConvenience()
380 final UiObject2 actualTitle = findView(TITLE_VIEW); in testSimpleCredentialAuth()
381 final UiObject2 actualSubtitle = findView(SUBTITLE_VIEW); in testSimpleCredentialAuth()
382 final UiObject2 actualDescription = findView(DESCRIPTION_VIEW); in testSimpleCredentialAuth()
DBiometricTestBase.java127 protected UiObject2 findView(String id) { in findView() method in BiometricTestBase
133 final UiObject2 button = findView(id); in findAndPressButton()
217 final UiObject2 passwordField = findView(VIEW_ID_PASSWORD_FIELD); in successfullyEnterCredential()
/cts/tests/tests/widget/src/android/widget/cts/
DSearchView_CursorTest.java113 final AutoCompleteTextView findView = in findAutoCompleteTextView() local
115 if (findView != null) { in findAutoCompleteTextView()
116 return findView; in findAutoCompleteTextView()