Searched refs:NETWORK_SCORE_SERVICE (Results 1 – 6 of 6) sorted by relevance
51 @SystemService(Context.NETWORK_SCORE_SERVICE)217 .asInterface(ServiceManager.getServiceOrThrow(Context.NETWORK_SCORE_SERVICE)); in NetworkScoreManager()
141 Log.i(TAG, "Registering " + Context.NETWORK_SCORE_SERVICE); in onStart()142 publishBinderService(Context.NETWORK_SCORE_SERVICE, mService); in onStart()
4430 public static final String NETWORK_SCORE_SERVICE = "network_score"; field in Context
959 registerService(Context.NETWORK_SCORE_SERVICE, NetworkScoreManager.class, in registerService() argument
1681 Context.NETWORK_SCORE_SERVICE); in getActiveNetworkScorer()
1365 field public static final String NETWORK_SCORE_SERVICE = "network_score";