Home | History | Annotate | Download | only in fuelgauge

Lines Matching refs:notAvailable

401         Preference notAvailable = getCachedPreference(NOT_AVAILABLE);
402 if (notAvailable == null) {
403 notAvailable = new Preference(getPrefContext());
404 notAvailable.setKey(NOT_AVAILABLE);
405 notAvailable.setTitle(R.string.power_usage_not_available);
406 mAppListGroup.addPreference(notAvailable);