Home
last modified time | relevance | path

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

/external/apache-http/android/src/android/net/compatibility/
DWebAddress.java45 private String mAuthInfo; field in WebAddress
73 mAuthInfo = ""; in WebAddress()
81 if (t != null) mAuthInfo = t; in WebAddress()
130 if (mAuthInfo.length() > 0) { in toString()
131 authInfo = mAuthInfo + "@"; in toString()
170 mAuthInfo = authInfo; in setAuthInfo()
174 return mAuthInfo; in getAuthInfo()