Searched refs:mShowEthernet (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DDataUsageSummary.java256 private boolean mShowEthernet = false; field in class:DataUsageSummary
327 mShowEthernet = mPrefs.getBoolean(PREF_SHOW_ETHERNET, false);
332 mShowEthernet = true;
569 if (mShowEthernet) {
597 mShowEthernet = !mShowEthernet;
598 mPrefs.edit().putBoolean(PREF_SHOW_ETHERNET, mShowEthernet).apply();
686 if (mShowEthernet && hasEthernet(context)) {

Completed in 51 milliseconds