Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/
H A DNetworkScoreManager.java57 @SystemService(Context.NETWORK_SCORE_SERVICE)
232 .asInterface(ServiceManager.getServiceOrThrow(Context.NETWORK_SCORE_SERVICE)); in NetworkScoreManager()
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
H A DNetworkDetailsTrackerTest.java90 when(mMockContext.getSystemService(Context.NETWORK_SCORE_SERVICE)) in setUp()
H A DStandardNetworkDetailsTrackerTest.java109 when(mMockContext.getSystemService(Context.NETWORK_SCORE_SERVICE)) in setUp()
H A DSavedNetworkTrackerTest.java109 when(mMockContext.getSystemService(Context.NETWORK_SCORE_SERVICE)) in setUp()
H A DUtilsTest.java127 when(mMockContext.getSystemService(Context.NETWORK_SCORE_SERVICE)) in setUp()
H A DStandardWifiEntryTest.java130 when(mMockContext.getSystemService(Context.NETWORK_SCORE_SERVICE)) in setUp()
H A DWifiPickerTrackerTest.java143 when(mMockContext.getSystemService(Context.NETWORK_SCORE_SERVICE)) in setUp()
/aosp12/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()
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DStandardWifiEntry.java868 .getSystemService(Context.NETWORK_SCORE_SERVICE)).getActiveScorer(); in updateRecommendationServiceLabel()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java5215 public static final String NETWORK_SCORE_SERVICE = "network_score"; field in Context
/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java974 registerService(Context.NETWORK_SCORE_SERVICE, NetworkScoreManager.class, in registerService() argument
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
H A DAppStandbyController.java2182 Context.NETWORK_SCORE_SERVICE); in getActiveNetworkScorer()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2331 field public static final String NETWORK_SCORE_SERVICE = "network_score";