Searched defs:states2 (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1241 public static final int STATE_SCREEN_ON_FLAG = 1<<20; // consider moving to states2
1242 public static final int STATE_BATTERY_PLUGGED_FLAG = 1<<19; // consider moving to states2
1281 public int states2; field in class:BatteryStats.HistoryItem
1418 dest.writeInt(states2);
1447 states2 = src.readInt();
1487 states2 = 0;
1515 states2 = o.states2;
1547 && states2 == o.states2
[all...]

Completed in 70 milliseconds