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

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLSocketImpl.java94 public void setHandshakeTimeout(int handshakeTimeoutMilliseconds) throws SocketException { method in class:OpenSSLSocketImpl
95 super.setHandshakeTimeout(handshakeTimeoutMilliseconds);
H A DAbstractConscryptSocket.java572 void setHandshakeTimeout(int handshakeTimeoutMilliseconds) throws SocketException { method in class:AbstractConscryptSocket
573 throw new SocketException("Method setHandshakeTimeout() is not supported.");
H A DConscryptFileDescriptorSocket.java896 public void setHandshakeTimeout(int handshakeTimeoutMilliseconds) throws SocketException { method in class:ConscryptFileDescriptorSocket
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
H A DOpenSSLSocketImpl.java257 public void setHandshakeTimeout(int handshakeTimeoutMilliseconds) throws SocketException { method in class:OpenSSLSocketImpl
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSocketImpl.java258 public void setHandshakeTimeout(int handshakeTimeoutMilliseconds) throws SocketException { method in class:OpenSSLSocketImpl
/external/conscrypt/android/src/main/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java431 public void setHandshakeTimeout(int handshakeTimeoutMilliseconds) throws SocketException { method in class:KitKatPlatformOpenSSLSocketImplAdapter
432 delegate.setHandshakeTimeout(handshakeTimeoutMilliseconds);
H A DPreKitKatPlatformOpenSSLSocketImplAdapter.java431 public void setHandshakeTimeout(int handshakeTimeoutMilliseconds) throws SocketException { method in class:PreKitKatPlatformOpenSSLSocketImplAdapter
432 delegate.setHandshakeTimeout(handshakeTimeoutMilliseconds);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2307 milliseconds