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

  /frameworks/base/packages/Osu/src/com/android/anqp/eap/
Credential.java 21 Username,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
Credential.java 21 Username,
  /prebuilts/go/darwin-x86/src/net/url/
url.go 258 User *Userinfo // username and password information
266 // User returns a Userinfo containing the provided username
268 func User(username string) *Userinfo {
269 return &Userinfo{username, "", false}
272 // UserPassword returns a Userinfo containing the provided username
279 func UserPassword(username, password string) *Userinfo {
280 return &Userinfo{username, password, true}
283 // The Userinfo type is an immutable encapsulation of username and
285 // to have a username set (potentially empty, as allowed by RFC 2396),
288 username strin
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url.go 258 User *Userinfo // username and password information
266 // User returns a Userinfo containing the provided username
268 func User(username string) *Userinfo {
269 return &Userinfo{username, "", false}
272 // UserPassword returns a Userinfo containing the provided username
279 func UserPassword(username, password string) *Userinfo {
280 return &Userinfo{username, password, true}
283 // The Userinfo type is an immutable encapsulation of username and
285 // to have a username set (potentially empty, as allowed by RFC 2396),
288 username strin
    [all...]
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipEditor.java 71 Username(R.string.username, 0, R.string.default_preference_summary_username),
391 return PreferenceKey.Username.getValue() + "@"
397 PreferenceKey.Username.getValue(),
521 return PreferenceKey.Username.getValue();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iscsidsc.h 107 PUCHAR Username;
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 361 milliseconds