HomeSort by relevance Sort by last modified time
    Searched refs:newTimeout (Results 1 - 4 of 4) sorted by null

  /external/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 297 public final void updateReadTimeout(int newTimeout) throws IOException {
299 socket.setSoTimeout(newTimeout);
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 571 jlong newTimeout = env->CallLongMethod(mServiceObj,
575 newTimeout = 0; // abort dispatch
577 assert(newTimeout >= 0);
583 return newTimeout;
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp     [all...]
InputDispatcher.h     [all...]

Completed in 133 milliseconds