Searched refs:reasonHeaderText (Results 1 – 6 of 6) sorted by relevance
117 int reasonHeaderCause, @NonNull String reasonHeaderText) throws ImsException { in onPublishUpdated() argument120 .setSipResponseReasonHeader(reasonHeaderCause, reasonHeaderText) in onPublishUpdated()
195 @NonNull String reasonHeaderText) throws ImsException; in onNetworkResponse() argument330 @NonNull String reasonHeaderText) throws ImsException; in onNetworkResponse() argument
63 String reasonHeaderText) throws ImsException { in onNetworkResponse() argument66 .setSipResponseReasonHeader(reasonHeaderCause, reasonHeaderText) in onNetworkResponse()
69 String reasonHeaderText) throws ImsException { in onNetworkResponse() argument74 .setSipResponseReasonHeader(reasonHeaderCause, reasonHeaderText) in onNetworkResponse()
93 int reasonHeaderCause, @NonNull String reasonHeaderText) throws ImsException { in onPublishUpdated() argument101 .setSipResponseReasonHeader(reasonHeaderCause, reasonHeaderText) in onPublishUpdated()
131 @NonNull String reasonHeaderText) { in setSipResponseReasonHeader() argument133 this.mReasonHeaderText = reasonHeaderText; in setSipResponseReasonHeader()