OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attributeequals
(Results
1 - 4
of
4
) sorted by null
/external/droiddriver/src/io/appium/droiddriver/finders/
By.java
61
return new MatchFinder(Predicates.
attributeEquals
(Attribute.RESOURCE_ID, resourceId));
66
return new MatchFinder(Predicates.
attributeEquals
(Attribute.PACKAGE, name));
71
return new MatchFinder(Predicates.
attributeEquals
(Attribute.TEXT, text));
86
return new MatchFinder(Predicates.
attributeEquals
(Attribute.CONTENT_DESC, contentDescription));
96
return new MatchFinder(Predicates.
attributeEquals
(Attribute.CLASS, className));
Predicates.java
188
public static Predicate<UiElement>
attributeEquals
(final Attribute attribute,
/prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar
droiddriver-1.0.0-BETA1.jar
Completed in 96 milliseconds