Lines Matching refs:TimeBase

282     protected final TimeBase mOnBatteryTimeBase = new TimeBase();
286 final TimeBase mOnBatteryScreenOffTimeBase = new TimeBase();
647 public static class TimeBase {
852 final TimeBase mTimeBase;
857 public Counter(TimeBase timeBase, Parcel in) {
866 public Counter(TimeBase timeBase) {
966 final TimeBase mTimeBase;
972 private LongSamplingCounterArray(TimeBase timeBase, Parcel in) {
981 public LongSamplingCounterArray(TimeBase timeBase) {
1072 public static LongSamplingCounterArray readFromParcel(Parcel in, TimeBase timeBase) {
1091 TimeBase timeBase) {
1131 final TimeBase mTimeBase;
1137 LongSamplingCounter(TimeBase timeBase, Parcel in) {
1146 LongSamplingCounter(TimeBase timeBase) {
1223 protected final TimeBase mTimeBase;
1271 public Timer(Clocks clocks, int type, TimeBase timeBase, Parcel in) {
1289 public Timer(Clocks clocks, int type, TimeBase timeBase) {
1439 * method. The state of the timer according to its {@link TimeBase} will determine how much
1488 public SamplingTimer(Clocks clocks, TimeBase timeBase, Parcel in) {
1499 public SamplingTimer(Clocks clocks, TimeBase timeBase) {
1642 BatchTimer(Clocks clocks, Uid uid, int type, TimeBase timeBase, Parcel in) {
1650 BatchTimer(Clocks clocks, Uid uid, int type, TimeBase timeBase) {
1791 TimeBase timeBase, Parcel in) {
1798 TimeBase timeBase) {
1838 * The TimeBase time started (again).
1850 * The TimeBase stopped running.
1995 TimeBase timeBase, Parcel in) {
2003 TimeBase timeBase) {
2192 * TimeBase is effectively a subset of the other.
2210 TimeBase timeBase, TimeBase subTimeBase, Parcel in) {
2222 TimeBase timeBase, TimeBase subTimeBase) {
2472 public ControllerActivityCounterImpl(TimeBase timeBase, int numTxStates) {
2482 public ControllerActivityCounterImpl(TimeBase timeBase, int numTxStates, Parcel in) {
5584 /** TimeBase for when uid is in background and device is on battery. */
5586 public final TimeBase mOnBatteryBackgroundTimeBase;
5588 public final TimeBase mOnBatteryScreenOffBackgroundTimeBase;
5712 mOnBatteryBackgroundTimeBase = new TimeBase();
5716 mOnBatteryScreenOffBackgroundTimeBase = new TimeBase();
7101 void readFromParcelLocked(TimeBase timeBase, TimeBase screenOffTimeBase, Parcel in) {
7420 ArrayList<StopwatchTimer> pool, TimeBase timeBase, Parcel in) {
7436 TimeBase timeBase, TimeBase bgTimeBase, Parcel in) {
7479 void readFromParcelLocked(TimeBase timeBase, TimeBase screenOffTimeBase,
7480 TimeBase screenOffBgTimeBase, Parcel in) {
7531 TimeBase timeBase, TimeBase bgTimeBase, Parcel in) {
7552 void readFromParcelLocked(TimeBase timeBase, TimeBase bgTimeBase, Parcel in) {