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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerUsageSummary.java79 private static final int MAX_ITEMS_TO_LIST = 10; field in class:PowerUsageSummary
327 if (mAppListGroup.getPreferenceCount() > (MAX_ITEMS_TO_LIST + 1)) {
/packages/apps/Settings/src/com/android/settings/applications/
H A DProcessStatsUi.java73 static final int MAX_ITEMS_TO_LIST = 60; field in class:ProcessStatsUi
779 if (mAppListGroup.getPreferenceCount() > (MAX_ITEMS_TO_LIST+1)) {

Completed in 554 milliseconds