Home
last modified time | relevance | path

Searched defs:NETWORK_SCORE_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1014 registerService(Context.NETWORK_SCORE_SERVICE, NetworkScoreManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java4616 public static final String NETWORK_SCORE_SERVICE = "network_score"; field in Context