Searched defs:endSample (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1442 * If the value being recorded resets, {@link #endSample()} can be called in order to
1444 * between calls, the {@link #endSample()} is automatically called and the new value is
1509 public void endSample() { method in class:BatteryStatsImpl.SamplingTimer
1529 * will be broken. In this case, {@link #endSample()} is automatically called and
1546 endSample();
10072 st.endSample();

Completed in 82 milliseconds