Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DRkpdExceptionTest.java37 RkpdException ex = RkpdException.createFromHttpError(123); in handlesUnknownHttpStatus()
46 RkpdException ex = RkpdException.createFromHttpError( in handlesServerErrors()
59 RkpdException ex = RkpdException.createFromHttpError( in handlesClientErrors()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/
DRkpdException.java61 public static RkpdException createFromHttpError(int httpStatus) { in createFromHttpError() method in RkpdException
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/interfaces/
DServerInterface.java487 throw RkpdException.createFromHttpError(con.getResponseCode()); in requestData()