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.java127 mUiBot.focusByRelativeId(ID_USERNAME); in testDatasetAuthenticationSelected()
169 mUiBot.focusByRelativeId(ID_USERNAME); in testAuthenticationSelected()
213 mUiBot.focusByRelativeId(ID_USERNAME); in testDatasetSelected_twoResponses()
306 mUiBot.focusByRelativeId(ID_USERNAME); in testNoEvents_whenServiceReturnsNullResponse()
349 mUiBot.focusByRelativeId(ID_USERNAME); in testNoEvents_whenServiceReturnsFailure()
393 mUiBot.focusByRelativeId(ID_USERNAME); in testNoEvents_whenServiceTimesout()
445 mUiBot.focusByRelativeId(ID_USERNAME); in testEventsFromPreviousSessionIsDiscarded()
465 mUiBot.focusByRelativeId(ID_CC_NUMBER); in testEventsFromPreviousSessionIsDiscarded()
535 mUiBot.focusByRelativeId(ID_USERNAME); in testContextCommitted_withoutFlagOnLastResponse()
680 mUiBot.focusByRelativeId(ID_USERNAME); in testContextCommitted_noSaveUi_whileEmptyValueForRequiredIds()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java621 public void focusByRelativeId(String id) throws Exception { in focusByRelativeId() method in UiBot