HomeSort by relevance Sort by last modified time
    Searched defs:BatterySipper (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
BatterySipper.java 23 public class BatterySipper implements Comparable<BatterySipper> {
94 public BatterySipper(DrainType drainType, Uid uid, double value) {
106 public int compareTo(BatterySipper other) {
136 * Add stats from other to this BatterySipper.
138 public void add(BatterySipper other) {
175 * @return the sum of all the power in this BatterySipper.
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 5220 milliseconds