Home
last modified time | relevance | path

Searched refs:NetworkAccessException (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureTransfer.java91 private static class NetworkAccessException extends RuntimeException { class in CallComposerPictureTransfer
94 NetworkAccessException(int errorCode) { in NetworkAccessException() method in CallComposerPictureTransfer.NetworkAccessException
167 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()
288 throw new NetworkAccessException(ERROR_NO_AUTH_REQUIRED); in obtainAuthenticateHeader()
290 throw new NetworkAccessException(ERROR_FORBIDDEN); in obtainAuthenticateHeader()
294 throw new NetworkAccessException(ERROR_UNKNOWN); in obtainAuthenticateHeader()
320 throw new NetworkAccessException(ERROR_HTTP_TIMEOUT); in downloadImageFromConnection()
344 if (error.getCause() instanceof NetworkAccessException) { in handleExceptionalCompletion()
[all …]