Home
last modified time | relevance | path

Searched refs:mSTokenApp (Results 1 – 2 of 2) 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DCredential.java38 private final String mSTokenApp; field in Credential
66 mSTokenApp = stApp; in Credential()
89 mSTokenApp = null; in Credential()
111 mSTokenApp = null; in Credential()
124 mSTokenApp = other.mSTokenApp; in Credential()
184 mSTokenApp = null; in Credential()
301 if (!safeEquals(mSTokenApp, that.mSTokenApp)) {
329 result = 31 * result + (mSTokenApp != null ? mSTokenApp.hashCode() : 0);
349 ", mSTokenApp='" + mSTokenApp + '\'' + in toString()