Searched defs:busyResources (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 DIdlingPolicy.java55 * @param busyResources the resources that are not idle.
58 public void handleTimeout(List<String> busyResources, String message) { argument
61 throw AppNotIdleException.create(busyResources, message);
63 throw new IdlingResourceTimeoutException(busyResources);
65 Log.w(TAG, "These resources are not idle: " + busyResources);
68 throw new IllegalStateException("should never reach here." + busyResources);

Completed in 419 milliseconds