Searched defs:LOG_ERROR (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.java32 private enum ResponseAction { THROW_APP_NOT_IDLE, THROW_IDLE_TIMEOUT, LOG_ERROR }; enum constant in enum:IdlingPolicy.ResponseAction
64 case LOG_ERROR:
121 this.errorHandler = ResponseAction.LOG_ERROR;

Completed in 417 milliseconds