Searched refs:TIME_TO_RECONNECT (Results 1 – 2 of 2) sorted by relevance
71 static final long TIME_TO_RECONNECT = 3 * 1000; field in InputMethodBindingController613 if (bindingDuration >= TIME_TO_RECONNECT) { in setCurrentMethodVisible()626 + (TIME_TO_RECONNECT - bindingDuration)); in setCurrentMethodVisible()
54 import static com.android.server.inputmethod.InputMethodBindingController.TIME_TO_RECONNECT;2360 if (bindingDuration < TIME_TO_RECONNECT) { in tryReuseConnectionLocked()