Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DFillEventHistoryCommonTestCase.java122 mUiBot.focusByRelativeId(ID_USERNAME); in testDatasetAuthenticationSelected()
161 mUiBot.focusByRelativeId(ID_USERNAME); in testAuthenticationSelected()
201 mUiBot.focusByRelativeId(ID_USERNAME); in testDatasetSelected_twoResponses()
289 mUiBot.focusByRelativeId(ID_USERNAME); in testNoEvents_whenServiceReturnsNullResponse()
330 mUiBot.focusByRelativeId(ID_USERNAME); in testNoEvents_whenServiceReturnsFailure()
372 mUiBot.focusByRelativeId(ID_USERNAME); in testNoEvents_whenServiceTimesout()
421 mUiBot.focusByRelativeId(ID_USERNAME); in testEventsFromPreviousSessionIsDiscarded()
441 mUiBot.focusByRelativeId(ID_CC_NUMBER); in testEventsFromPreviousSessionIsDiscarded()
500 mUiBot.focusByRelativeId(ID_USERNAME); in testContextCommitted_withoutFlagOnLastResponse()
747 mUiBot.focusByRelativeId(ID_USERNAME); in triggerAutofillForSaveUiCondition()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java588 public void focusByRelativeId(String id) throws Exception { in focusByRelativeId() method in UiBot