Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
DAccessibilityScannerHelper.java350 UiObject2 txtView = getToolBarTextView(); in testPass() local
351 return txtView.getText().equals("No suggestions"); in testPass()
392 UiObject2 txtView = getToolBarTextView(); in getNumberOfSuggestions() local
393 if (txtView != null) { in getNumberOfSuggestions()
394 String result = txtView.getText(); in getNumberOfSuggestions()