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

/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
H A DAppNotIdleException.java42 * @param idleConditions list of idleConditions that failed to become idle.
49 public static AppNotIdleException create(List<String> idleConditions, int loopCount, argument
54 seconds, loopCount, Joiner.on(",").join(idleConditions));
64 * @param idleConditions list of idleConditions that failed to become idle.
69 static AppNotIdleException create(List<String> idleConditions, String message) { argument
71 message, Joiner.on(",").join(idleConditions));

Completed in 44 milliseconds