Searched refs:mRecommendationServiceLabel (Results 1 – 3 of 3) sorted by relevance
20 private final String mRecommendationServiceLabel; field in NetworkScorerAppData37 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()
123 @Nullable private String mRecommendationServiceLabel; field in StandardWifiEntry201 mRecommendationServiceLabel, in getSummary()870 mRecommendationServiceLabel = scorer.getRecommendationServiceLabel(); in updateRecommendationServiceLabel()
938 Landroid/net/NetworkScorerAppData;->mRecommendationServiceLabel:Ljava/lang/String;