Searched refs:MAX_WAIT_TIME_MILLIS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DInputConnectionWrapper.java31 private static final int MAX_WAIT_TIME_MILLIS = 2000; field in class:InputConnectionWrapper
157 * Waits for a result for up to {@link #MAX_WAIT_TIME_MILLIS} milliseconds.
163 long endTime = startTime + MAX_WAIT_TIME_MILLIS;

Completed in 60 milliseconds