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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java331 public static abstract class Timer { class in class:BatteryStats
334 * Returns the count associated with this Timer for the
342 * Returns the total time in microseconds associated with this Timer for the
352 * Returns the total time in microseconds associated with this Timer since the
362 * Not all Timer subclasses track the max duration and the current duration.
371 * Not all Timer subclasses track the max duration and the current duration.
407 * @return a Map from Strings to Timer objects.
409 public abstract ArrayMap<String, ? extends Timer> getSyncStats();
414 * @return a Map from Strings to Timer objects.
416 public abstract ArrayMap<String, ? extends Timer> getJobStat
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java561 public Map<String, ? extends Timer> getKernelWakelockStats() {
569 public Map<String, ? extends Timer> getWakeupReasonStats() {
1020 public static abstract class Timer extends BatteryStats.Timer implements TimeBaseObs { class in class:BatteryStatsImpl
1071 public Timer(Clocks clocks, int type, TimeBase timeBase, Parcel in) { method in class:BatteryStatsImpl.Timer
1089 public Timer(Clocks clocks, int type, TimeBase timeBase) { method in class:BatteryStatsImpl.Timer
1160 * Writes a possibly null Timer to a Parcel.
1163 * @param timer a Timer, or null.
1165 public static void writeTimerToParcel(Parcel out, Timer timer, long elapsedRealtimeUs) {
1247 public static class SamplingTimer extends Timer {
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 90 milliseconds