Searched refs:mRecommendationService (Results 1 – 1 of 1) sorted by relevance
18 private final ComponentName mRecommendationService; field in NetworkScorerAppData36 this.mRecommendationService = recommendationServiceComp; in NetworkScorerAppData()44 mRecommendationService = ComponentName.readFromParcel(in); in NetworkScorerAppData()53 ComponentName.writeToParcel(mRecommendationService, dest); in writeToParcel()78 return mRecommendationService.getPackageName(); in getRecommendationServicePackageName()82 return mRecommendationService; in getRecommendationServiceComponent()104 ", mRecommendationService=" + mRecommendationService + in toString()118 Objects.equals(mRecommendationService, that.mRecommendationService) && in equals()127 return Objects.hash(packageUid, mRecommendationService, mRecommendationServiceLabel, in hashCode()