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()
395 mEthernetManager = (EthernetManager) context.getSystemService(Context.ETHERNET_SERVICE); in start()
35 @SystemService(Context.ETHERNET_SERVICE)
584 registerService(Context.ETHERNET_SERVICE, EthernetManager.class, in registerService() argument588 IBinder b = ServiceManager.getServiceOrThrow(Context.ETHERNET_SERVICE); in registerService()
3436 public static final String ETHERNET_SERVICE = "ethernet"; field in Context