Home
last modified time | relevance | path

Searched refs:hasViewWithText (Results 1 – 2 of 2) sorted by relevance

/cts/tests/credentials/src/android/credentials/cts/
DCtsSettingsIntentTest.java147 assumeTrue(hasViewWithText("Test Provider Service Alternate")); in testCredentialManagerSettingsIntent()
148 assumeTrue(hasViewWithText("Additional providers")); in testCredentialManagerSettingsIntent()
183 assertThat(hasViewWithText("Test Provider Service Alternate", true)).isTrue(); in testCredentialManagerAutofillSettingsIntent()
184 assertThat(hasViewWithText("Additional providers")).isFalse(); in testCredentialManagerAutofillSettingsIntent()
188 public boolean hasViewWithText(String name) { in hasViewWithText() method in CtsSettingsIntentTest
195 private boolean hasViewWithText(String name, final boolean expectResult) { in hasViewWithText() method in CtsSettingsIntentTest
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java507 public boolean hasViewWithText(String name) { in hasViewWithText() method in UiBot