Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DScreenOnTimeController.java71 Long screenOnTime, String slotTimestamp, String accessibilitySlotTimestamp) { in handleScreenOnTimeUpdated() argument
77 showCategoryTitle(slotTimestamp, accessibilitySlotTimestamp); in handleScreenOnTimeUpdated()
82 void showCategoryTitle(String slotTimestamp, String accessibilitySlotTimestamp) { in showCategoryTitle() argument
84 slotTimestamp == null in showCategoryTitle()
87 R.string.screen_time_category_for_slot, slotTimestamp); in showCategoryTitle()
DBatteryUsageBreakdownController.java161 final int slotTimestamp = (int) (mBatteryDiffData.getStartTimestamp() / 1000); in logPreferenceClickedMetrics() local
163 mMetricsFeatureProvider.action(attribution, action, pageId, SLOT_TIMESTAMP, slotTimestamp); in logPreferenceClickedMetrics()
261 String slotTimestamp, in handleBatteryUsageUpdated() argument
267 mSlotInformation = slotTimestamp; in handleBatteryUsageUpdated()
285 showCategoryTitle(slotTimestamp, accessibilitySlotTimestamp); in handleBatteryUsageUpdated()
290 private void showCategoryTitle(String slotTimestamp, String accessibilitySlotTimestamp) { in showCategoryTitle() argument
292 slotTimestamp == null in showCategoryTitle()
295 R.string.battery_usage_breakdown_title_for_slot, slotTimestamp); in showCategoryTitle()
DBatteryHistEntry.java288 long slotTimestamp, in interpolate() argument
368 - (upperTimestamp - slotTimestamp), in interpolate()
369 /* timestamp= */ slotTimestamp, in interpolate()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DBatteryHistEntryTest.java201 final long slotTimestamp = 200L; in testInterpolate_returnExpectedResult() local
236 slotTimestamp, upperTimestamp, ratio, lowerHistEntry, upperHistEntry); in testInterpolate_returnExpectedResult()
243 /* timestamp= */ slotTimestamp, in testInterpolate_returnExpectedResult()
258 final long slotTimestamp = 200L; in testInterpolate_withoutLowerEntryData_returnExpectedResult() local
278 slotTimestamp, in testInterpolate_withoutLowerEntryData_returnExpectedResult()
289 /* timestamp= */ slotTimestamp, in testInterpolate_withoutLowerEntryData_returnExpectedResult()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageTimeController.java117 void showCategoryTitle(String slotTimestamp) { in showCategoryTitle() argument
119 slotTimestamp == null in showCategoryTitle()
121 : mContext.getString(R.string.battery_app_usage_for, slotTimestamp)); in showCategoryTitle()