Home
last modified time | relevance | path

Searched refs:BatteryTipsCardPreference (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryTipsCardPreference.java36 public class BatteryTipsCardPreference extends Preference implements View.OnClickListener { class
56 public BatteryTipsCardPreference(Context context, AttributeSet attrs) { in BatteryTipsCardPreference() method in BatteryTipsCardPreference
DBatteryTipsController.java56 @VisibleForTesting BatteryTipsCardPreference mCardPreference;
DAnomalyEventWrapper.java238 boolean updateTipsCardPreference(BatteryTipsCardPreference preference) { in updateTipsCardPreference()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DBatteryTipsCardPreferenceTest.java62 private BatteryTipsCardPreference mBatteryTipsCardPreference;
77 mBatteryTipsCardPreference = new BatteryTipsCardPreference(mContext, /* attrs= */ null); in setUp()
DBatteryTipsControllerTest.java51 @Mock private BatteryTipsCardPreference mBatteryTipsCardPreference;