Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkScoreManager.java132 IBinder iBinder = ServiceManager.getService(Context.NETWORK_SCORE_SERVICE); in NetworkScoreManager()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiQualifiedNetworkSelector.java191 (NetworkScoreManager) context.getSystemService(Context.NETWORK_SCORE_SERVICE); in WifiQualifiedNetworkSelector()
197 + NetworkKey.TYPE_WIFI + " service= " + Context.NETWORK_SCORE_SERVICE); in WifiQualifiedNetworkSelector()
/frameworks/base/core/java/android/content/
DContext.java3552 public static final String NETWORK_SCORE_SERVICE = "network_score"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java656 registerService(Context.NETWORK_SCORE_SERVICE, NetworkScoreManager.class, in registerService() argument
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java995 Context.NETWORK_SCORE_SERVICE); in isActiveNetworkScorer()
/frameworks/base/services/java/com/android/server/
DSystemServer.java818 ServiceManager.addService(Context.NETWORK_SCORE_SERVICE, networkScore); in startOtherServices()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiQualifiedNetworkSelectorTest.java151 when(context.getSystemService(Context.NETWORK_SCORE_SERVICE)).thenReturn(mScoreManager); in getContext()
/frameworks/base/api/
Dsystem-current.txt8533 field public static final java.lang.String NETWORK_SCORE_SERVICE = "network_score";