Searched refs:NETWORK_SCORE_SERVICE (Results 1 – 13 of 13) sorted by relevance
57 @SystemService(Context.NETWORK_SCORE_SERVICE)232 .asInterface(ServiceManager.getServiceOrThrow(Context.NETWORK_SCORE_SERVICE)); in NetworkScoreManager()
90 when(mMockContext.getSystemService(Context.NETWORK_SCORE_SERVICE)) in setUp()
109 when(mMockContext.getSystemService(Context.NETWORK_SCORE_SERVICE)) in setUp()
127 when(mMockContext.getSystemService(Context.NETWORK_SCORE_SERVICE)) in setUp()
130 when(mMockContext.getSystemService(Context.NETWORK_SCORE_SERVICE)) in setUp()
143 when(mMockContext.getSystemService(Context.NETWORK_SCORE_SERVICE)) in setUp()
137 Log.i(TAG, "Registering " + Context.NETWORK_SCORE_SERVICE); in onStart()138 publishBinderService(Context.NETWORK_SCORE_SERVICE, mService); in onStart()
868 .getSystemService(Context.NETWORK_SCORE_SERVICE)).getActiveScorer(); in updateRecommendationServiceLabel()
5215 public static final String NETWORK_SCORE_SERVICE = "network_score"; field in Context
974 registerService(Context.NETWORK_SCORE_SERVICE, NetworkScoreManager.class, in registerService() argument
2182 Context.NETWORK_SCORE_SERVICE); in getActiveNetworkScorer()
2331 field public static final String NETWORK_SCORE_SERVICE = "network_score";