Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DPerStateBytes.java39 private long mBackgroundModeBytes; field in PerStateBytes
77 this.mBackgroundModeBytes = backgroundModeBytes; in PerStateBytes()
96 return mBackgroundModeBytes; in getBackgroundModeBytes()
115 "backgroundModeBytes = " + mBackgroundModeBytes + ", " + in toString()
127 dest.writeLong(mBackgroundModeBytes); in writeToParcel()
147 this.mBackgroundModeBytes = backgroundModeBytes; in PerStateBytes()