Searched refs:NETWORK_SCORE_SERVICE (Results 1 – 8 of 8) sorted by relevance
132 IBinder iBinder = ServiceManager.getService(Context.NETWORK_SCORE_SERVICE); in NetworkScoreManager()
191 (NetworkScoreManager) context.getSystemService(Context.NETWORK_SCORE_SERVICE); in WifiQualifiedNetworkSelector()197 + NetworkKey.TYPE_WIFI + " service= " + Context.NETWORK_SCORE_SERVICE); in WifiQualifiedNetworkSelector()
3552 public static final String NETWORK_SCORE_SERVICE = "network_score"; field in Context
656 registerService(Context.NETWORK_SCORE_SERVICE, NetworkScoreManager.class, in registerService() argument
995 Context.NETWORK_SCORE_SERVICE); in isActiveNetworkScorer()
818 ServiceManager.addService(Context.NETWORK_SCORE_SERVICE, networkScore); in startOtherServices()
151 when(context.getSystemService(Context.NETWORK_SCORE_SERVICE)).thenReturn(mScoreManager); in getContext()
8533 field public static final java.lang.String NETWORK_SCORE_SERVICE = "network_score";