Searched refs:reasonPhrase (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebResourceResponse.java66 * @param reasonPhrase the phrase describing the status code, for example "OK". Must be non-null
74 String reasonPhrase, Map<String, String> responseHeaders, InputStream data) {
76 setStatusCodeAndReasonPhrase(statusCode, reasonPhrase);
124 * @param reasonPhrase the phrase describing the status code, for example "OK". Must be non-null
127 public void setStatusCodeAndReasonPhrase(int statusCode, String reasonPhrase) { argument
135 if (reasonPhrase == null)
136 throw new IllegalArgumentException("reasonPhrase can't be null.");
137 if (reasonPhrase.trim().isEmpty())
138 throw new IllegalArgumentException("reasonPhrase can't be empty.");
139 for (int i = 0; i < reasonPhrase
73 WebResourceResponse(String mimeType, String encoding, int statusCode, String reasonPhrase, Map<String, String> responseHeaders, InputStream data) argument
218 WebResourceResponse(boolean immutable, String mimeType, String encoding, int statusCode, String reasonPhrase, Map<String, String> responseHeaders, InputStream data) argument
[all...]
/frameworks/base/telephony/java/com/android/ims/internal/uce/options/
H A DOptionsSipResponse.java92 public void setReasonPhrase(String reasonPhrase) { argument
93 this.mReasonPhrase = reasonPhrase;
H A DIOptionsService.aidl117 * @param reasonPhrase, response phrase corresponding to the response code.
123 String reasonPhrase, in OptionsCapInfo capInfo,
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresSipResponse.java93 public void setReasonPhrase(String reasonPhrase) { argument
94 this.mReasonPhrase = reasonPhrase;
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java38 private String reasonPhrase; field in class:TestEventHandler
175 reasonPhrase = reason_phrase;

Completed in 177 milliseconds