Home
last modified time | relevance | path

Searched refs:mAuthInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
DWebAddress.java46 private String mAuthInfo; field in WebAddress
74 mAuthInfo = ""; in WebAddress()
82 if (t != null) mAuthInfo = t; in WebAddress()
131 if (mAuthInfo.length() > 0) { in toString()
132 authInfo = mAuthInfo + "@"; in toString()
171 mAuthInfo = authInfo; in setAuthInfo()
175 return mAuthInfo; in getAuthInfo()