Searched refs:NETWORK_SCORE_SERVICE (Results 1 – 6 of 6) sorted by relevance
61 @SystemService(Context.NETWORK_SCORE_SERVICE)236 .asInterface(ServiceManager.getServiceOrThrow(Context.NETWORK_SCORE_SERVICE)); in NetworkScoreManager()
137 Log.i(TAG, "Registering " + Context.NETWORK_SCORE_SERVICE); in onStart()138 publishBinderService(Context.NETWORK_SCORE_SERVICE, mService); in onStart()
5806 public static final String NETWORK_SCORE_SERVICE = "network_score"; field in Context
980 registerService(Context.NETWORK_SCORE_SERVICE, NetworkScoreManager.class, in registerService() argument
2739 Context.NETWORK_SCORE_SERVICE); in getActiveNetworkScorer()
3467 field @Deprecated public static final String NETWORK_SCORE_SERVICE = "network_score";