Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DUsageGraph.java122 BatteryUtils.logRuntime(LOG_TAG, "setMax", startTime); in setMax()
152 BatteryUtils.logRuntime(LOG_TAG, "addPathAndUpdate", startTime); in addPathAndUpdate()
168 BatteryUtils.logRuntime(LOG_TAG, "onSizeChanged", startTime); in onSizeChanged()
217 BatteryUtils.logRuntime(LOG_TAG, "calculateLocalPaths", startTime); in calculateLocalPaths()
268 BatteryUtils.logRuntime(LOG_TAG, "onDraw", startTime); in onDraw()
/packages/apps/Settings/src/com/android/settings/widget/
DUsageGraph.java122 BatteryUtils.logRuntime(LOG_TAG, "setMax", startTime); in setMax()
152 BatteryUtils.logRuntime(LOG_TAG, "addPathAndUpdate", startTime); in addPathAndUpdate()
168 BatteryUtils.logRuntime(LOG_TAG, "onSizeChanged", startTime); in onSizeChanged()
217 BatteryUtils.logRuntime(LOG_TAG, "calculateLocalPaths", startTime); in calculateLocalPaths()
268 BatteryUtils.logRuntime(LOG_TAG, "onDraw", startTime); in onDraw()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryInfo.java161 BatteryUtils.logRuntime(LOG_TAG, "time for callback", startTime); in getBatteryInfo()
178 BatteryUtils.logRuntime(LOG_TAG, "time for getStats", batteryStatsTime); in getBatteryInfo()
198 .logRuntime(LOG_TAG, "time for enhanced BatteryInfo", startTime); in getBatteryInfo()
209 BatteryUtils.logRuntime(LOG_TAG, "time for regular BatteryInfo", startTime); in getBatteryInfo()
243 BatteryUtils.logRuntime(LOG_TAG, "time for getBatteryInfo", startTime); in getBatteryInfo()
DBatteryUtils.java402 public static void logRuntime(String tag, String message, long startTime) { in logRuntime() method in BatteryUtils
488 BatteryUtils.logRuntime(tag, "BatteryInfoLoader post query", startTime); in getBatteryInfo()
491 BatteryUtils.logRuntime(tag, "BatteryInfoLoader.loadInBackground", startTime); in getBatteryInfo()
DBatteryHistoryPreference.java95 BatteryUtils.logRuntime(TAG, "onBindViewHolder", startTime); in onBindViewHolder()
DPowerUsageBase.java96 BatteryUtils.logRuntime(TAG, "updatePreference", startTime); in updatePreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DBatteryInfo.java159 BatteryUtils.logRuntime(LOG_TAG, "time for callback", startTime); in getBatteryInfo()
176 BatteryUtils.logRuntime(LOG_TAG, "time for getStats", batteryStatsTime); in getBatteryInfo()
195 .logRuntime(LOG_TAG, "time for enhanced BatteryInfo", startTime); in getBatteryInfo()
206 BatteryUtils.logRuntime(LOG_TAG, "time for regular BatteryInfo", startTime); in getBatteryInfo()
240 BatteryUtils.logRuntime(LOG_TAG, "time for getBatteryInfo", startTime); in getBatteryInfo()
DBatteryUtils.java375 public static void logRuntime(String tag, String message, long startTime) { in logRuntime() method in BatteryUtils
466 BatteryUtils.logRuntime(tag, "BatteryInfoLoader post query", startTime); in getBatteryInfo()
469 BatteryUtils.logRuntime(tag, "BatteryInfoLoader.loadInBackground", startTime); in getBatteryInfo()
DBatteryHistoryPreference.java95 BatteryUtils.logRuntime(TAG, "onBindViewHolder", startTime); in onBindViewHolder()
DPowerUsageBase.java96 BatteryUtils.logRuntime(TAG, "updatePreference", startTime); in updatePreference()