Searched refs:PowerUsageSummary (Results 1 – 7 of 7) sorted by relevance
18 import static com.android.settings.fuelgauge.PowerUsageSummary.BATTERY_INFO_LOADER;19 import static com.android.settings.fuelgauge.PowerUsageSummary.KEY_BATTERY_ERROR;20 import static com.android.settings.fuelgauge.PowerUsageSummary.KEY_BATTERY_USAGE;129 PowerUsageSummary.SEARCH_INDEX_DATA_PROVIDER.getNonIndexableKeys(context); in nonIndexableKeys_MatchPreferenceKeys()169 .restartLoader(eq(PowerUsageSummary.BATTERY_TIP_LOADER), eq(Bundle.EMPTY), any()); in restartBatteryTipLoader()234 public static class TestFragment extends PowerUsageSummary {
25 import com.android.settings.fuelgauge.PowerUsageSummary;55 CUSTOM_SITE_MAP.put(PowerUsageAdvanced.class.getName(), PowerUsageSummary.class.getName()); in PowerUsageAdvanced.class.getName()
27 import com.android.settings.fuelgauge.PowerUsageSummary;61 .isEqualTo(PowerUsageSummary.class.getName()); in shouldContainPowerUsageAdvancedPairs()
34 import com.android.settings.fuelgauge.PowerUsageSummary;81 PARENT_TO_CATEGORY_KEY_MAP.put(PowerUsageSummary.class.getName(), in PowerUsageSummary.class.getName()
48 import com.android.settings.fuelgauge.PowerUsageSummary;148 PowerUsageSummary.class.getName(), BatteryTipPreferenceController.PREF_NAME, in getIntent()
93 import com.android.settings.fuelgauge.PowerUsageSummary;220 PowerUsageSummary.class.getName(),
52 public class PowerUsageSummary extends PowerUsageBase implements class