Searched refs:mBatteryStopwatch (Results 1 – 2 of 2) sorted by relevance
56 private CachedDeviceState.TimeInStateStopwatch mBatteryStopwatch; field in LooperStats69 if (mBatteryStopwatch != null) { in setDeviceState()70 mBatteryStopwatch.close(); in setDeviceState()74 mBatteryStopwatch = deviceState.createTimeOnBatteryStopwatch(); in setDeviceState()174 if (mAddDebugEntries && mBatteryStopwatch != null) { in getEntries()178 createDebugEntry("battery_time_millis", mBatteryStopwatch.getMillis())); in getEntries()202 return mBatteryStopwatch != null ? mBatteryStopwatch.getMillis() : 0; in getBatteryTimeMillis()226 if (mBatteryStopwatch != null) { in reset()227 mBatteryStopwatch.reset(); in reset()
118 private CachedDeviceState.TimeInStateStopwatch mBatteryStopwatch; field in BinderCallsStats192 if (mBatteryStopwatch != null) { in setDeviceState()193 mBatteryStopwatch.close(); in setDeviceState()196 mBatteryStopwatch = deviceState.createTimeOnBatteryStopwatch(); in setDeviceState()487 if (mAddDebugEntries && mBatteryStopwatch != null) { in getExportedCallStats()491 createDebugEntry("battery_time_millis", mBatteryStopwatch.getMillis())); in getExportedCallStats()610 pw.println(mBatteryStopwatch != null ? mBatteryStopwatch.getMillis() : 0); in dumpLocked()877 if (mBatteryStopwatch != null) { in reset()878 mBatteryStopwatch.reset(); in reset()