HomeSort by relevance Sort by last modified time
    Searched defs:USERNAME (Results 1 - 5 of 5) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
Credentials.java 52 private static String USERNAME = ParameterNames.USERNAME;
122 else if (nameValue.getName().compareToIgnoreCase(USERNAME) == 0)
AuthenticationHeader.java 74 public static final String USERNAME = ParameterNames.USERNAME;
113 || name.equalsIgnoreCase(ParameterNames.USERNAME)
480 * Returns the Username value of this AuthorizationHeader. This convenience
481 * method returns only the username of the complete Response.
483 * @return the String representing the Username information, null if value
490 return (String) getParameter(ParameterNames.USERNAME);
494 * Sets the Username of the AuthorizationHeader to the <var>username</var>
497 * @param username
    [all...]
ParameterNames.java 44 public static final String USERNAME = "username";
  /external/chromium/googleurl/src/
url_parse.h 113 USERNAME,
151 // USERNAME: 5 5
169 // Username. Specified in URLs with an @ sign before the host. See |password|
170 Component username; member in struct:url_parse::Parsed
173 // Not all URLs with a username have a password, as in "http://me@host/".
174 // The password is separated form the username with a colon, as in
272 Component* username,
278 Component* username,
  /frameworks/base/media/libstagefright/rtsp/
MyTransmitter.h 45 #define USERNAME "bcast"
303 A1.append(USERNAME);
332 request->append("username=\"" USERNAME "\", ");

Completed in 202 milliseconds