Home
last modified time | relevance | path

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

/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
DCredential.java29 private final String mSTokenApp; field in Credential
57 mSTokenApp = stApp; in Credential()
80 mSTokenApp = null; in Credential()
102 mSTokenApp = null; in Credential()
115 mSTokenApp = other.mSTokenApp; in Credential()
197 if (!safeEquals(mSTokenApp, that.mSTokenApp)) { in equals()
224 result = 31 * result + (mSTokenApp != null ? mSTokenApp.hashCode() : 0); in hashCode()
244 ", mSTokenApp='" + mSTokenApp + '\'' + in toString()