Searched refs:ETHERNET_SERVICE (Results 1 – 6 of 6) sorted by relevance
35 Log.i(TAG, "Registering service " + Context.ETHERNET_SERVICE); in onStart()36 publishBinderService(Context.ETHERNET_SERVICE, mImpl); in onStart()
33 @SystemService(Context.ETHERNET_SERVICE)
780 registerService(Context.ETHERNET_SERVICE, EthernetManager.class, in registerService() argument784 IBinder b = ServiceManager.getServiceOrThrow(Context.ETHERNET_SERVICE); in registerService()
3875 public static final String ETHERNET_SERVICE = "ethernet"; field in Context
952 if (mNetConfigs[TYPE_ETHERNET] == null && hasService(Context.ETHERNET_SERVICE)) { in ConnectivityService()
1217 return Context.ETHERNET_SERVICE.equals(name); in hasService()