Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/
H A DNetworkScorerAppData.java20 private final String mRecommendationServiceLabel; field in NetworkScorerAppData
37 this.mRecommendationServiceLabel = recommendationServiceLabel; in NetworkScorerAppData()
45 mRecommendationServiceLabel = in.readString(); in NetworkScorerAppData()
54 dest.writeString(mRecommendationServiceLabel); in writeToParcel()
92 return mRecommendationServiceLabel; in getRecommendationServiceLabel()
105 ", mRecommendationServiceLabel=" + mRecommendationServiceLabel + in toString()
119 Objects.equals(mRecommendationServiceLabel, that.mRecommendationServiceLabel) && in equals()
127 return Objects.hash(packageUid, mRecommendationService, mRecommendationServiceLabel, in hashCode()
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DStandardWifiEntry.java123 @Nullable private String mRecommendationServiceLabel; field in StandardWifiEntry
201 mRecommendationServiceLabel, in getSummary()
870 mRecommendationServiceLabel = scorer.getRecommendationServiceLabel(); in updateRecommendationServiceLabel()
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt938 Landroid/net/NetworkScorerAppData;->mRecommendationServiceLabel:Ljava/lang/String;