Searched defs:reason_phrase (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/core/java/android/net/http/ |
H A D | LoggingEventHandler.java | 37 String reason_phrase) { 42 " reason: " + reason_phrase); 34 status(int major_version, int minor_version, int code, String reason_phrase) argument
|
H A D | EventHandler.java | 78 * @param reason_phrase Textual explanation sent by server 83 String reason_phrase); 80 status(int major_version, int minor_version, int code, String reason_phrase) argument
|
/frameworks/base/tests/CoreTests/android/core/ |
H A D | TestEventHandler.java | 155 * @param reason_phrase A reason phrase passed to us by the server 158 int code, String reason_phrase) { 163 " reason: " + reason_phrase); 175 reasonPhrase = reason_phrase; 157 status(int major_version, int minor_version, int code, String reason_phrase) argument
|
/frameworks/base/core/java/android/webkit/ |
H A D | HTML5VideoViewProxy.java | 498 String reason_phrase) { 495 status(int major_version, int minor_version, int code, String reason_phrase) argument
|
Completed in 29 milliseconds