super(context); mImpl = new EthernetServiceImpl(context);
if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY) { mImpl.start(); }
Log.i(TAG, "Registering service " + Context.ETHERNET_SERVICE); publishBinderService(Context.ETHERNET_SERVICE, mImpl);