Home
last modified time | relevance | path

Searched refs:bindHistory (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryInfoTest.java296 info.bindHistory(view); in assertOnlyHistory()
307 info.bindHistory(view); in assertHistoryAndLinearProjection()
330 info.bindHistory(view); in assertHistoryAndEnhancedProjection()
DBatteryHistoryPreferenceTest.java81 verify(mBatteryInfo).bindHistory(mUsageView); in testOnBindViewHolder_updateBatteryUsage()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryHistoryPreference.java120 mBatteryInfo.bindHistory(usageView); in onBindViewHolder()
DBatteryInfo.java66 public void bindHistory(final UsageView view, BatteryDataParser... parsers) { in bindHistory() method in BatteryInfo