OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logRuntime
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryPreference.java
93
BatteryUtils.
logRuntime
(TAG, "onBindViewHolder", startTime);
BatteryInfo.java
144
BatteryUtils.
logRuntime
(LOG_TAG, "time to make batteryStatsHelper", startTime);
152
BatteryUtils.
logRuntime
(LOG_TAG, "time for getStats", startTime);
178
.
logRuntime
(LOG_TAG, "time for enhanced BatteryInfo", startTime);
189
BatteryUtils.
logRuntime
(LOG_TAG, "time for regular BatteryInfo", startTime);
198
BatteryUtils.
logRuntime
(LOG_TAG, "time for callback", startTime);
232
BatteryUtils.
logRuntime
(LOG_TAG, "time for getBatteryInfo", startTime);
BatteryUtils.java
376
public static void
logRuntime
(String tag, String message, long startTime) {
457
BatteryUtils.
logRuntime
(tag, "BatteryInfoLoader post query", startTime);
460
BatteryUtils.
logRuntime
(tag, "BatteryInfoLoader.loadInBackground", startTime);
PowerUsageBase.java
97
BatteryUtils.
logRuntime
(TAG, "updatePreference", startTime);
/packages/apps/Settings/src/com/android/settings/graph/
UsageGraph.java
119
BatteryUtils.
logRuntime
(LOG_TAG, "setMax", startTime);
149
BatteryUtils.
logRuntime
(LOG_TAG, "addPathAndUpdate", startTime);
165
BatteryUtils.
logRuntime
(LOG_TAG, "onSizeChanged", startTime);
214
BatteryUtils.
logRuntime
(LOG_TAG, "calculateLocalPaths", startTime);
259
BatteryUtils.
logRuntime
(LOG_TAG, "onDraw", startTime);
Completed in 272 milliseconds