Searched refs:hasEthernet (Results 1 – 1 of 1) sorted by relevance
112 if (hasEthernet(getContext())) { in onCreate()264 public boolean hasEthernet(Context context) { in hasEthernet() method in DataUsageSummary270 final boolean hasEthernet = conn.isNetworkSupported(TYPE_ETHERNET); in hasEthernet()288 return hasEthernet && ethernetBytes > 0; in hasEthernet()