Searched defs:pollForCriteria (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DCriteriaHelper.java32 public static boolean pollForCriteria(Criteria criteria, long maxTimeoutMs, method in class:CriteriaHelper
49 * @see #pollForCriteria(Criteria, long, long)
51 public static boolean pollForCriteria(Criteria criteria) throws InterruptedException { method in class:CriteriaHelper
52 return pollForCriteria(criteria, DEFAULT_MAX_TIME_TO_POLL, DEFAULT_POLLING_INTERVAL);
57 * until the specified timeout, using the pollForCriteria method. If not, then the runnable
67 success = pollForCriteria(criteria, maxTimeoutMs, checkIntervalMs);

Completed in 805 milliseconds