Searched refs:assertNotShowingForSure (Results 1 – 3 of 3) sorted by relevance
89 mUiBot.assertNotShowingForSure(BadAutofillService.SERVICE_LABEL);121 mUiBot.assertNotShowingForSure(InstrumentedAutoFillService.sServiceLabel);122 mUiBot.assertNotShowingForSure(InstrumentedAutoFillServiceCompatMode.sServiceLabel);123 mUiBot.assertNotShowingForSure(NoOpAutofillService.SERVICE_LABEL);124 mUiBot.assertNotShowingForSure(BadAutofillService.SERVICE_LABEL);
285 mUiBot.assertNotShowingForSure("The Username"); in testAutofill_selectNonCredentialThenCredential()378 mUiBot.assertNotShowingForSure("The Username"); in testAutofill_startAndEndWithCredential()
488 public void assertNotShowingForSure(String text) throws Exception { in assertNotShowingForSure() method in UiBot