Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java390 registerService(Context.NETD_SERVICE, IBinder.class, new StaticServiceFetcher<IBinder>() { in registerService()
393 return ServiceManager.getServiceOrThrow(Context.NETD_SERVICE); in registerService()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java4256 public static final String NETD_SERVICE = "netd"; field in Context