Home
last modified time | relevance | path

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

/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextViewIntegrationTest.java82 private final static String TOOLBAR_TAG = "floating_toolbar"; field in TextViewIntegrationTest
252 return onView(withTagValue(is(TOOLBAR_TAG))).inRoot(isPlatformPopup()); in onFloatingToolBar()