Home
last modified time | relevance | path

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

/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.java168 BatteryUtils.logRuntime(LOG_TAG, "time for callback", startTime); in getBatteryInfo()
180 BatteryUtils.logRuntime(LOG_TAG, "time for getStats", batteryStatsTime); in getBatteryInfo()
200 .logRuntime(LOG_TAG, "time for enhanced BatteryInfo", startTime); in getBatteryInfo()
210 BatteryUtils.logRuntime(LOG_TAG, "time for regular BatteryInfo", startTime); in getBatteryInfo()
250 BatteryUtils.logRuntime(LOG_TAG, "time for getBatteryInfo", startTime); in getBatteryInfo()
DBatteryUtils.java302 public static void logRuntime(String tag, String message, long startTime) { in logRuntime() method in BatteryUtils
394 BatteryUtils.logRuntime(tag, "BatteryInfoLoader post query", startTime); in getBatteryInfo()
397 BatteryUtils.logRuntime(tag, "BatteryInfoLoader.loadInBackground", startTime); in getBatteryInfo()
DPowerUsageBase.java105 BatteryUtils.logRuntime(TAG, "updatePreference", startTime); in updatePreference()
DBatteryHistoryPreference.java122 BatteryUtils.logRuntime(TAG, "onBindViewHolder", startTime); in onBindViewHolder()