Searched refs:NETWORK_SCORE_SERVICE (Results 1 – 7 of 7) sorted by relevance
57 @SystemService(Context.NETWORK_SCORE_SERVICE)232 .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()
4616 public static final String NETWORK_SCORE_SERVICE = "network_score"; field in Context
1682 Context.NETWORK_SCORE_SERVICE); in getActiveNetworkScorer()
1014 registerService(Context.NETWORK_SCORE_SERVICE, NetworkScoreManager.class, in registerService() argument
1531 field public static final String NETWORK_SCORE_SERVICE = "network_score";