Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineFilteringTest.java143 mUiBot.clearTextByRelativeId(ID_USERNAME); in testFiltering_privacy()
177 mUiBot.clearTextByRelativeId(ID_USERNAME); in testFiltering_privacy_textReplacement()
DInlineAuthenticationTest.java308 mUiBot.clearTextByRelativeId(ID_USERNAME); in testDatasetAuthEphemeralOrPinned()
330 mUiBot.clearTextByRelativeId(ID_USERNAME); in testDatasetAuthEphemeralOrPinned()
332 mUiBot.clearTextByRelativeId(ID_PASSWORD); in testDatasetAuthEphemeralOrPinned()
344 mUiBot.clearTextByRelativeId(ID_PASSWORD); in testDatasetAuthEphemeralOrPinned()
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DOptionalSaveActivityTest.java709 mUiBot.clearTextByRelativeId(ID_CITY);
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java641 public void clearTextByRelativeId(String id) throws Exception { in clearTextByRelativeId() method in UiBot
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java3051 mUiBot.clearTextByRelativeId(ID_USERNAME); in testUiShowOnChangeAfterAutofillOnePresentation()