Searched refs:strippedStatus (Results 1 – 1 of 1) sorted by relevance
901 Status strippedStatus = Status.OK.withDescription("Hello. Goodbye."); in earlyServerClose_withServerHeaders() local902 Status status = strippedStatus.withCause(new Exception()); in earlyServerClose_withServerHeaders()933 Status strippedStatus = Status.OK.withDescription("Hellogoodbye"); in earlyServerClose_noServerHeaders() local934 Status status = strippedStatus.withCause(new Exception()); in earlyServerClose_noServerHeaders()977 Status strippedStatus = Status.INTERNAL.withDescription("I'm not listening"); in earlyServerClose_serverFailure() local978 Status status = strippedStatus.withCause(new Exception()); in earlyServerClose_serverFailure()1024 Status strippedStatus = Status.INTERNAL.withDescription("I'm not listening"); in earlyServerClose_serverFailure_withClientCancelOnListenerClosed() local1025 Status status = strippedStatus.withCause(new Exception()); in earlyServerClose_serverFailure_withClientCancelOnListenerClosed()