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

  /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/
FloatingToolbarEspressoUtils.java 23 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
53 .inRoot(withDecorView(hasDescendant(withTagValue(is(TAG)))));
63 .inRoot(withDecorView(hasDescendant(withTagValue(is(TAG)))));
92 .inRoot(withDecorView(hasDescendant(withId(id))))
109 onFloatingToolBar().check(matches(hasDescendant(withText(itemLabel))));
118 onFloatingToolBar().check(matches(hasDescendant(withText(itemLabel))));
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))));
  /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/Launcher3/tests/src/com/android/launcher3/ui/
AddWidgetTest.java 53 .hasDescendant(By.text(widgetInfo.getLabel(mTargetContext.getPackageManager()))));
  /frameworks/support/design/tests/src/android/support/design/widget/
NavigationViewTest.java 39 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
228 hasDescendant(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i]))),
244 hasDescendant(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i]))),
260 hasDescendant(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i]))),
456 hasDescendant(withText(mMenuStringContent.get(MENU_CONTENT_ITEM_IDS[i]))),
558 hasDescendant(withText(mMenuStringContent.get(R.id.destination_people))),
559 hasDescendant(allOf(
573 hasDescendant(withText(res.getString(R.string.navigate_custom))),
574 hasDescendant(allOf(
TabLayoutWithViewPagerTest.java 510 hasDescendant(withText(tabTitle)));
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 418 hasDescendant(fieldDecl(hasName("a"))))));
425 hasDescendant(fieldDecl(hasName("a"))))));
497 cxxCatchStmt(anyOf(hasDescendant(varDecl()), isCatchAll()))));
631 TEST(DeclarationMatcher, HasDescendant) {
634 hasDescendant(recordDecl(hasName("X"))),
649 hasDescendant(recordDecl(has(recordDecl(hasName("Y"))),
672 hasDescendant(recordDecl(hasDescendant(recordDecl(hasName("Y"))),
693 decl(hasDescendant(typeLoc().bind("x")), has(decl()));
703 decl(hasDescendant(VD), hasDescendant(RD))))
    [all...]
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
LeanbackLauncherStrategy.java 155 return By.res(getSupportedLauncherPackage(), "list").desc("").hasDescendant(
253 getNotificationRowSelector().hasDescendant(By.focused(true), 3)), SHORT_WAIT_TIME);
266 getSearchRowSelector().hasDescendant(By.focused(true))), SHORT_WAIT_TIME);
  /frameworks/support/core-ui/tests/java/android/support/v4/view/
BaseViewPagerTest.java 28 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
543 onView(withId(R.id.titles)).check(matches(hasDescendant(
548 onView(withId(R.id.titles)).check(matches(hasDescendant(
553 onView(withId(R.id.titles)).check(matches(hasDescendant(
570 onView(withId(R.id.pager)).check(matches(hasDescendant(withId(R.id.titles))));
    [all...]
  /platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
AbstractLeanbackAppHelper.java 279 By.focused(true).hasDescendant(By.res(getPackage(), "title_text").text(title))),
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 208 REGISTER_MATCHER(hasDescendant);
  /external/clang/unittests/AST/
DeclPrinterTest.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 681 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
    [all...]

Completed in 1739 milliseconds