Searched refs:halException (Results 1 – 2 of 2) sorted by relevance
228 ServiceSpecificException halException = new ServiceSpecificException(Result.CANCELED); in throwOnError_withCancelException() local230 RuntimeException thrown = ConversionUtils.throwOnError(halException, "tune"); in throwOnError_withCancelException()238 ServiceSpecificException halException = new ServiceSpecificException( in throwOnError_withInvalidArgumentException() local241 RuntimeException thrown = ConversionUtils.throwOnError(halException, "tune"); in throwOnError_withInvalidArgumentException()249 ServiceSpecificException halException = new ServiceSpecificException(Result.TIMEOUT); in throwOnError_withTimeoutException() local251 RuntimeException thrown = ConversionUtils.throwOnError(halException, "seek"); in throwOnError_withTimeoutException()
101 static RuntimeException throwOnError(RuntimeException halException, String action) { in throwOnError() argument102 if (!(halException instanceof ServiceSpecificException)) { in throwOnError()106 int result = ((ServiceSpecificException) halException).errorCode; in throwOnError()