OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mwatchers
(Results
1 - 2
of
2
) sorted by null
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java
54
private final HashMap<String, UiWatcher>
mWatchers
= new HashMap<String, UiWatcher>();
523
mWatchers
.put(name, watcher);
538
mWatchers
.remove(name);
552
for (String watcherName :
mWatchers
.keySet()) {
553
UiWatcher watcher =
mWatchers
.get(watcherName);
/prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar
Completed in 658 milliseconds