Searched refs:getRecommendationServiceLabel (Results 1 – 4 of 4) sorted by relevance
91 public String getRecommendationServiceLabel() { in getRecommendationServiceLabel() method in NetworkScorerAppData
90 final String serviceLabel = getRecommendationServiceLabel(serviceInfo, pm); in getAllValidScorers()109 private String getRecommendationServiceLabel(ServiceInfo serviceInfo, PackageManager pm) { in getRecommendationServiceLabel() method in NetworkScorerAppManager
106 assertEquals(MOCK_SERVICE_LABEL, activeScorer.getRecommendationServiceLabel()); in testGetActiveScorer_providerAvailable()120 assertEquals(MOCK_OVERRIDEN_SERVICE_LABEL, activeScorer.getRecommendationServiceLabel()); in testGetActiveScorer_providerAvailable_serviceLabelOverride()
1670 if (scorer != null && scorer.getRecommendationServiceLabel() != null) { in getSummary()1672 return String.format(format, scorer.getRecommendationServiceLabel()); in getSummary()