Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DDataProcessor.java1412 getDiffValue( in insertHourlyUsageDiffDataPerSlot()
1416 getDiffValue( in insertHourlyUsageDiffDataPerSlot()
1420 getDiffValue( in insertHourlyUsageDiffDataPerSlot()
1423 consumePower += getDiffValue(currentEntry.mConsumePower, nextEntry.mConsumePower); in insertHourlyUsageDiffDataPerSlot()
1425 getDiffValue( in insertHourlyUsageDiffDataPerSlot()
1429 getDiffValue( in insertHourlyUsageDiffDataPerSlot()
1433 getDiffValue( in insertHourlyUsageDiffDataPerSlot()
1437 getDiffValue( in insertHourlyUsageDiffDataPerSlot()
1868 private static long getDiffValue(long v1, long v2) { in getDiffValue() method
1872 private static double getDiffValue(double v1, double v2) { in getDiffValue() method