Home
last modified time | relevance | path

Searched refs:accessibilitySlotTimestamp (Results 1 – 2 of 2) 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
89 accessibilitySlotTimestamp == null in showCategoryTitle()
92 R.string.screen_time_category_for_slot, accessibilitySlotTimestamp); in showCategoryTitle()
DBatteryUsageBreakdownController.java262 String accessibilitySlotTimestamp, in handleBatteryUsageUpdated() argument
285 showCategoryTitle(slotTimestamp, accessibilitySlotTimestamp); in handleBatteryUsageUpdated()
290 private void showCategoryTitle(String slotTimestamp, String accessibilitySlotTimestamp) { in showCategoryTitle() argument
297 accessibilitySlotTimestamp == null in showCategoryTitle()
301 accessibilitySlotTimestamp); in showCategoryTitle()