Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DWebAddress.java48 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()