Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DStandardWifiEntry.java1055 @Nullable private String mSuggestionProfileKey; field in StandardWifiEntry.StandardWifiEntryKey
1089 mSuggestionProfileKey = new StringJoiner(",") in StandardWifiEntryKey()
1115 mSuggestionProfileKey = keyJson.getString(KEY_SUGGESTION_PROFILE_KEY); in StandardWifiEntryKey()
1139 if (mSuggestionProfileKey != null) { in toString()
1140 keyJson.put(KEY_SUGGESTION_PROFILE_KEY, mSuggestionProfileKey); in toString()
1162 return mSuggestionProfileKey; in getSuggestionProfileKey()
1179 && TextUtils.equals(mSuggestionProfileKey, that.mSuggestionProfileKey) in equals()
1185 return Objects.hash(mScanResultKey, mSuggestionProfileKey, mIsNetworkRequest); in hashCode()