Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java789 registerService(Context.ETHERNET_SERVICE, EthernetManager.class, in registerService()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java4447 public static final String ETHERNET_SERVICE = "ethernet"; field in Context