Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/
DRkpdException.java31 HTTP_SERVER_ERROR, enumConstant
70 return new RkpdException(ErrorCode.HTTP_SERVER_ERROR, message); in createFromHttpError()
/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DRkpdExceptionTest.java51 .that(ex.getErrorCode()).isEqualTo(ErrorCode.HTTP_SERVER_ERROR); in handlesServerErrors()
DServerInterfaceTest.java85 assertThat(e.getErrorCode()).isEqualTo(RkpdException.ErrorCode.HTTP_SERVER_ERROR); in testRetryOnServerFailure()
DRegistrationBinderTest.java290 case HTTP_SERVER_ERROR:
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/service/
DRegistrationBinder.java278 case HTTP_SERVER_ERROR: in mapToGetKeyError()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/interfaces/
DServerInterface.java258 RkpdException.ErrorCode.HTTP_SERVER_ERROR, in fetchGeek()