Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
DAuthException.java23 public class AuthException extends Exception { class
24 public AuthException() { in AuthException() method in AuthException
28 public AuthException(Throwable throwable) { in AuthException() method in AuthException
32 public AuthException(String detailMessage) { in AuthException() method in AuthException
DBlockingHttpClient.java65 throws IOException, AuthException, HttpException { in execute()
85 throw new AuthException(mConnection.getResponseMessage()); in execute()
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DHttpFetcher.java58 throws IOException, AuthException { in sendRequestAsByteArray()
94 throw new AuthException("Auth error"); in sendRequestAsByteArray()
120 throws IOException, AuthException { in sendRequestAsInputStream()
137 throw new AuthException("Auth error"); in sendRequestAsInputStream()
196 throws IOException, AuthException { in getRequestAsString()
211 throws IOException, AuthException { in getRequestAsString()
DAuthException.java20 public class AuthException extends Exception { class
22 public AuthException(String detailMessage) { in AuthException() method in AuthException
DReverseGeocodeTask.java118 } catch (AuthException ex) { in doInBackground()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/network/
DBlockingHttpClientTests.java63 public void testError_badGateway() throws IOException, AuthException { in testError_badGateway()
/packages/apps/Dialer/
DAndroid.bp256 "java/com/android/incallui/calllocation/impl/AuthException.java",