Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryChartPreferenceControllerTest.java626 .setLatestTimestamp(anyLong()); in testSetTimestampLabel_nullBatteryHistoryKeys_ignore()
639 .setLatestTimestamp(1619247636826L); in testSetTimestampLabel_setExpectedTimestampData()
652 .setLatestTimestamp(anyLong()); in testSetTimestampLabel_withoutValidTimestamp_setExpectedTimestampData()
DBatteryChartViewTest.java249 mBatteryChartView.setLatestTimestamp(timestamp); in testSetLatestTimestamp_generateExpectedTimestamps()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryChartView.java125 setLatestTimestamp(0); in BatteryChartView()
194 public void setLatestTimestamp(long latestTimestamp) { in setLatestTimestamp() method in BatteryChartView
DBatteryChartPreferenceController.java576 mBatteryChartView.setLatestTimestamp(latestTimestamp); in setTimestampLabel()