Searched refs:hasViewWithText (Results 1 – 2 of 2) sorted by relevance
147 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 CtsSettingsIntentTest195 private boolean hasViewWithText(String name, final boolean expectResult) { in hasViewWithText() method in CtsSettingsIntentTest
507 public boolean hasViewWithText(String name) { in hasViewWithText() method in UiBot