Searched refs:mRecommendationServiceLabel (Results 1 – 1 of 1) 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()