Searched refs:ETHERNET_SERVICE (Results 1 – 4 of 4) sorted by relevance
35 Log.i(TAG, "Registering service " + Context.ETHERNET_SERVICE); in onStart()36 publishBinderService(Context.ETHERNET_SERVICE, mImpl); in onStart()
416 mEthernetManager = (EthernetManager) context.getSystemService(Context.ETHERNET_SERVICE); in start()
549 registerService(Context.ETHERNET_SERVICE, EthernetManager.class, in registerService() argument553 IBinder b = ServiceManager.getService(Context.ETHERNET_SERVICE); in registerService()
3180 public static final String ETHERNET_SERVICE = "ethernet"; field in Context