Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/
H A DNetworkScoreManager.java61 @SystemService(Context.NETWORK_SCORE_SERVICE)
236 .asInterface(ServiceManager.getServiceOrThrow(Context.NETWORK_SCORE_SERVICE)); in NetworkScoreManager()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DNetworkScoreService.java137 Log.i(TAG, "Registering " + Context.NETWORK_SCORE_SERVICE); in onStart()
138 publishBinderService(Context.NETWORK_SCORE_SERVICE, mService); in onStart()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java5806 public static final String NETWORK_SCORE_SERVICE = "network_score"; field in Context
/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java980 registerService(Context.NETWORK_SCORE_SERVICE, NetworkScoreManager.class, in registerService() argument
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
H A DAppStandbyController.java2739 Context.NETWORK_SCORE_SERVICE); in getActiveNetworkScorer()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3467 field @Deprecated public static final String NETWORK_SCORE_SERVICE = "network_score";