HomeSort by relevance Sort by last modified time
    Searched refs:notAvailable (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 192 Preference notAvailable = new Preference(getActivity());
193 notAvailable.setTitle(R.string.power_usage_not_available);
194 mAppListGroup.addPreference(notAvailable);
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsUi.java 317 Preference notAvailable = new Preference(getActivity());
318 notAvailable.setTitle(R.string.power_usage_not_available);
319 mAppListGroup.addPreference(notAvailable);

Completed in 76 milliseconds