Searched refs:ancestorFinder (Results 1 - 1 of 1) sorted by relevance

/external/droiddriver/src/com/google/android/droiddriver/finders/
H A DBy.java302 * Matches a UiElement whose ancestor matches the given ancestorFinder. For
305 public static MatchFinder withAncestor(final MatchFinder ancestorFinder) { argument
306 checkNotNull(ancestorFinder);
312 if (ancestorFinder.matches(parent)) {
322 return "withAncestor(" + ancestorFinder + ")";

Completed in 313 milliseconds