Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DWebAddress.java52 private String mAuthInfo; field in WebAddress
80 mAuthInfo = ""; in WebAddress()
88 if (t != null) mAuthInfo = t; in WebAddress()
137 if (mAuthInfo.length() > 0) { in toString()
138 authInfo = mAuthInfo + "@"; in toString()
186 mAuthInfo = authInfo; in setAuthInfo()
191 return mAuthInfo; in getAuthInfo()