Home
last modified time | relevance | path

Searched refs:mBackgroundModeBytes (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/car-lib/src/android/car/watchdog/
DPerStateBytes.java39 private long mBackgroundModeBytes; field in PerStateBytes
78 this.mBackgroundModeBytes = backgroundModeBytes; in PerStateBytes()
97 return mBackgroundModeBytes; in getBackgroundModeBytes()
116 "backgroundModeBytes = " + mBackgroundModeBytes + ", " + in toString()
128 dest.writeLong(mBackgroundModeBytes); in writeToParcel()
149 this.mBackgroundModeBytes = backgroundModeBytes; in PerStateBytes()