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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerUsageSummary.java121 boolean mShowAllApps = false; field in class:PowerUsageSummary
278 outState.putBoolean(KEY_SHOW_ALL_APPS, mShowAllApps);
343 mShowAllApps ? R.string.hide_extra_apps : R.string.show_all_apps);
386 mShowAllApps = !mShowAllApps;
387 item.setTitle(mShowAllApps ? R.string.hide_extra_apps : R.string.show_all_apps);
389 MetricsEvent.ACTION_SETTINGS_MENU_BATTERY_APPS_TOGGLE, mShowAllApps);
400 mShowAllApps = savedInstance.getBoolean(KEY_SHOW_ALL_APPS, false);
542 final int resId = mShowAllApps ? R.string.power_usage_list_summary_device
570 double hiddenPowerMah = mShowAllApps
[all...]
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DPowerUsageSummaryTest.java275 mFragment.mShowAllApps = false;
285 mFragment.mShowAllApps = false;
368 mFragment.mShowAllApps = isShowApps;
371 assertThat(mFragment.mShowAllApps).isEqualTo(!isShowApps);
505 mFragment.mShowAllApps = true;
511 assertThat(mFragment.mShowAllApps).isTrue();

Completed in 54 milliseconds