Searched refs:ETHERNET_SERVICE (Results 1 – 5 of 5) sorted by relevance
35 Log.i(TAG, "Registering service " + Context.ETHERNET_SERVICE); in onStart()36 publishBinderService(Context.ETHERNET_SERVICE, mImpl); in onStart()
42 @SystemService(Context.ETHERNET_SERVICE)
789 registerService(Context.ETHERNET_SERVICE, EthernetManager.class, in registerService() argument793 IBinder b = ServiceManager.getServiceOrThrow(Context.ETHERNET_SERVICE); in registerService()1532 case Context.ETHERNET_SERVICE: in getSystemService()
4443 public static final String ETHERNET_SERVICE = "ethernet"; field in Context
2318 field public static final String ETHERNET_SERVICE = "ethernet";