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

  /packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/
AnomalyPreference.java 11 public class AnomalyPreference extends Preference {
14 public AnomalyPreference(Context context, Anomaly anomaly) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/anomaly/
AnomalyPreferenceTest.java 44 private AnomalyPreference mAnomalyPreference;
62 mAnomalyPreference = new AnomalyPreference(mContext, mAnomaly);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageAnomalyDetails.java 37 import com.android.settings.fuelgauge.anomaly.AnomalyPreference;
96 if (preference instanceof AnomalyPreference) {
97 AnomalyPreference anomalyPreference = (AnomalyPreference) preference;
98 final Anomaly anomaly = anomalyPreference.getAnomaly();
136 Preference pref = new AnomalyPreference(getPrefContext(), anomaly);

Completed in 384 milliseconds