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

/external/droiddriver/src/com/google/android/droiddriver/finders/
H A DBy.java207 public static MatchFinder withSibling(MatchFinder siblingFinder) { method in class:By
209 return new MatchFinder(Predicates.withSibling(siblingFinder.predicate));
H A DPredicates.java280 public static Predicate<UiElement> withSibling(final Predicate<? super UiElement> siblingPredicate) { method in class:Predicates
298 return "withSibling(" + siblingPredicate + ")";

Completed in 97 milliseconds