Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DPowerUsageAdvanced.java335 Pair<Integer, Integer> highlightSlotIndexPair = in onDisplayAnomalyEventUpdated() local
350 highlightSlotIndexPair = in onDisplayAnomalyEventUpdated()
362 highlightSlotIndexPair.first, highlightSlotIndexPair.second); in onDisplayAnomalyEventUpdated()
375 final Pair<Integer, Integer> highlightSlotIndexPair = in findRelatedBatteryDiffEntry() local
379 .get(highlightSlotIndexPair.first) in findRelatedBatteryDiffEntry()
380 .get(highlightSlotIndexPair.second); in findRelatedBatteryDiffEntry()