Searched defs:errorId (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DConnection.java428 private boolean httpFailure(Request req, int errorId, Exception e) { argument
439 if (errorId < 0) {
440 error = ErrorStrings.getString(errorId, mContext);
445 req.mEventHandler.error(errorId, error);
H A DRequest.java522 void error(int errorId, int resourceId) { argument
524 errorId,
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java712 public void expectError(int errorId) { argument
714 expectErrorId = errorId;

Completed in 120 milliseconds