Searched refs:mWatchers (Results 1 – 1 of 1) sorted by relevance
57 private final HashMap<String, UiWatcher> mWatchers = new HashMap<String, UiWatcher>(); field in UiDevice526 mWatchers.put(name, watcher); in registerWatcher()541 mWatchers.remove(name); in removeWatcher()555 for (String watcherName : mWatchers.keySet()) { in runWatchers()556 UiWatcher watcher = mWatchers.get(watcherName); in runWatchers()