Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DBatteryInfo.java143 boolean shortString) { in getBatteryInfo() argument
144 BatteryInfo.getBatteryInfo(context, callback, null /* statsHelper */, shortString); in getBatteryInfo()
148 final BatteryStatsHelper statsHelper, boolean shortString) { in getBatteryInfo() argument
152 return getBatteryInfo(context, statsHelper, shortString); in getBatteryInfo()
165 final BatteryStatsHelper statsHelper, boolean shortString) { in getBatteryInfo() argument
197 estimate, elapsedRealtimeUs, shortString); in getBatteryInfo()
208 estimate, elapsedRealtimeUs, shortString); in getBatteryInfo()
213 BatteryStats stats, long elapsedRealtimeUs, boolean shortString) { in getBatteryInfoOld() argument
219 shortString); in getBatteryInfoOld()
224 BatteryStats stats, Estimate estimate, long elapsedRealtimeUs, boolean shortString) { in getBatteryInfo() argument
[all …]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryInfo.java145 boolean shortString) { in getBatteryInfo() argument
146 BatteryInfo.getBatteryInfo(context, callback, null /* statsHelper */, shortString); in getBatteryInfo()
150 final BatteryStatsHelper statsHelper, boolean shortString) { in getBatteryInfo() argument
154 return getBatteryInfo(context, statsHelper, shortString); in getBatteryInfo()
167 final BatteryStatsHelper statsHelper, boolean shortString) { in getBatteryInfo() argument
200 estimate, elapsedRealtimeUs, shortString); in getBatteryInfo()
211 estimate, elapsedRealtimeUs, shortString); in getBatteryInfo()
216 BatteryStats stats, long elapsedRealtimeUs, boolean shortString) { in getBatteryInfoOld() argument
222 shortString); in getBatteryInfoOld()
227 BatteryStats stats, Estimate estimate, long elapsedRealtimeUs, boolean shortString) { in getBatteryInfo() argument
[all …]