Home
last modified time | relevance | path

Searched refs:NETWORK_SCORE_SERVICE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/
DNetworkScoreManager.java50 @SystemService(Context.NETWORK_SCORE_SERVICE)
216 .asInterface(ServiceManager.getServiceOrThrow(Context.NETWORK_SCORE_SERVICE)); in NetworkScoreManager()
/frameworks/base/core/java/android/content/
DContext.java3834 public static final String NETWORK_SCORE_SERVICE = "network_score"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java710 registerService(Context.NETWORK_SCORE_SERVICE, NetworkScoreManager.class, in registerService() argument
/frameworks/base/services/java/com/android/server/
DSystemServer.java1040 ServiceManager.addService(Context.NETWORK_SCORE_SERVICE, networkScore); in startOtherServices()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java1117 Context.NETWORK_SCORE_SERVICE); in isActiveNetworkScorer()
/frameworks/base/api/
Dsystem-current.txt9459 field public static final java.lang.String NETWORK_SCORE_SERVICE = "network_score";