Searched refs:ERROR_HTTP_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
73 private static final int ERROR_HTTP_TIMEOUT = 1; field in CallComposerPictureTransfer167 throw new NetworkAccessException(ERROR_HTTP_TIMEOUT); in downloadPicture()181 throw new NetworkAccessException(ERROR_HTTP_TIMEOUT); in downloadPicture()285 throw new NetworkAccessException(ERROR_HTTP_TIMEOUT); in obtainAuthenticateHeader()320 throw new NetworkAccessException(ERROR_HTTP_TIMEOUT); in downloadImageFromConnection()346 if (code == ERROR_UNKNOWN || code == ERROR_HTTP_TIMEOUT) { in handleExceptionalCompletion()