HomeSort by relevance Sort by last modified time
    Searched refs:hasDescendant (Results 1 - 25 of 29) sorted by null

1 2

  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
SidePanelHelper.java 42 .hasDescendant(ByResource.text(mTargetResources, titleResId));
46 return By.hasDescendant(ByResource.text(mTargetResources, textResId));
60 .assertNavigateTo(mUiDevice, sidePanelList, By.hasDescendant(By.text(title)),
MenuHelper.java 42 .hasDescendant(ByResource.text(mTargetResources, R.string.menu_title_channels));
86 By.hasDescendant(ByResource.text(mTargetResources, rowTitleResId)), Direction.DOWN);
115 By.hasDescendant(ByResource.text(mTargetResources, itemTextResId)),
UiDeviceAsserts.java 107 BySelector hasFocusedDescendant = By.hasDescendant(FOCUSED_VIEW);
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
ContextMenuUtils.java 22 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
85 hasDescendant(allOf(
88 hasDescendant(withText(itemLabel))))));
DragHandleUtils.java 22 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
56 .inRoot(withDecorView(hasDescendant(withId(id))));
SuggestionsPopupwindowUtils.java 22 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
45 return onView(withId(id)).inRoot(withDecorView(hasDescendant(withId(id))));
49 return onView(matcher).inRoot(withDecorView(hasDescendant(withId(id))));
FloatingToolbarEspressoUtils.java 23 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
59 .inRoot(withDecorView(hasDescendant(withTagValue(is(TAG)))));
69 .inRoot(withDecorView(hasDescendant(withTagValue(is(TAG)))));
98 .inRoot(withDecorView(hasDescendant(withId(id))))
115 onFloatingToolBar().check(matches(hasDescendant(withText(itemLabel))));
124 onFloatingToolBar().check(matches(hasDescendant(withText(itemLabel))));
  /packages/apps/Settings/tests/app/src/com/android/settings/notification/
SoundSettingsIntegrationTest.java 20 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
57 hasDescendant(withText(R.string.sound_settings))));
67 .scrollTo(hasDescendant(withText(R.string.sound_settings))));
80 hasDescendant(withText(R.string.sound_settings))));
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
SearchBot.java 21 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
54 anyOf(isClickable(), hasDescendant(isClickable())));
DirectoryListBot.java 178 selector = By.hasDescendant(By.text(label).depth(2));
  /external/clang/unittests/ASTMatchers/
ASTMatchersTraversalTest.cpp 66 TEST(HasDescendant, MatchesDescendantTypes) {
68 decl(hasDescendant(loc(builtinType())))));
70 stmt(hasDescendant(builtinType()))));
73 stmt(hasDescendant(loc(builtinType())))));
75 stmt(hasDescendant(qualType(builtinType())))));
78 stmt(hasDescendant(isInteger()))));
83 varDecl(hasDescendant(isInteger())).bind("x"))),
87 TEST(HasDescendant, MatchesDescendantsOfTypes) {
89 qualType(hasDescendant(builtinType()))));
91 qualType(hasDescendant(
    [all...]
ASTMatchersNarrowingTest.cpp 191 TEST(DeclarationMatcher, HasDescendant) {
194 hasDescendant(recordDecl(hasName("X"))),
209 hasDescendant(recordDecl(has(recordDecl(hasName("Y"))),
232 hasDescendant(recordDecl(hasDescendant(recordDecl(hasName("Y"))),
253 decl(hasDescendant(typeLoc().bind("x")), has(decl()));
263 decl(hasDescendant(VD), hasDescendant(RD))));
265 decl(hasDescendant(RD), hasDescendant(VD))))
    [all...]
ASTMatchersNodeTest.cpp 134 hasDescendant(fieldDecl(hasName("a"))))));
141 hasDescendant(fieldDecl(hasName("a"))))));
493 hasDescendant(declRefExpr(to(
    [all...]
  /packages/services/Telephony/tests/src/com/android/phone/
RoamingDialogFragmentTest.java 36 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
65 .check(matches(hasDescendant(isChecked())))
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
AddWidgetTest.java 69 .hasDescendant(By.text(widgetInfo.getLabel(mTargetContext.getPackageManager()))));
AddConfigWidgetTest.java 108 .hasDescendant(By.text(mWidgetInfo.getLabel(mTargetContext.getPackageManager()))));
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
TvLauncherStrategy.java 240 return selectBidirect(getAppsRowSelector().hasDescendant(By.focused(true)),
251 return selectBidirect(getAllAppsLogoSelector().hasDescendant(By.focused(true)),
260 return select(getSearchRowSelector().hasDescendant(By.focused(true)),
269 return select(SELECTOR_CONFIG_CHANNELS_ROW.hasDescendant(By.focused(true)),
374 app = selectBidirect(By.focused(true).hasDescendant(favAppSelector), Direction.RIGHT);
LeanbackLauncherStrategy.java 159 return By.res(getSupportedLauncherPackage(), "list").desc("").hasDescendant(
265 getNotificationRowSelector().hasDescendant(By.focused(true), 3)), SHORT_WAIT_TIME);
278 getSearchRowSelector().hasDescendant(By.focused(true))), SHORT_WAIT_TIME);
  /frameworks/support/design/tests/src/android/support/design/widget/
NavigationViewTest.java 43 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
238 hasDescendant(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i]))),
254 hasDescendant(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i]))),
270 hasDescendant(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i]))),
536 hasDescendant(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i]))),
636 hasDescendant(withText(mMenuStringContent.get(R.id.destination_people))),
637 hasDescendant(allOf(
    [all...]
TabLayoutWithViewPagerTest.java 22 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
571 hasDescendant(withText(tabTitle)));
  /platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
SystemUiJankTests.java 72 Assert.assertNotNull(select(SELECTOR_TOP_ROW.hasDescendant(By.focused(true)), Direction.UP,
  /frameworks/support/core-ui/tests/java/android/support/v4/view/
BaseViewPagerTest.java 29 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
586 onView(withId(R.id.titles)).check(matches(hasDescendant(
591 onView(withId(R.id.titles)).check(matches(hasDescendant(
596 onView(withId(R.id.titles)).check(matches(hasDescendant(
613 onView(withId(R.id.pager)).check(matches(hasDescendant(withId(R.id.titles))));
    [all...]
  /external/clang/unittests/AST/
ASTImporterTest.cpp 289 // NOTE: has() ignores implicit casts, using hasDescendant() to match it
313 hasDescendant(
  /platform_testing/libraries/app-helpers/tv/src/android/platform/test/helpers/tv/
AbstractLeanbackAppHelper.java 373 By.focused(true).hasDescendant(By.res(getPackage(), "title_text").text(title))),
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 573 milliseconds

1 2