Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DPerStateBytes.java34 private long mForegroundModeBytes; field in PerStateBytes
76 this.mForegroundModeBytes = foregroundModeBytes; in PerStateBytes()
88 return mForegroundModeBytes; in getForegroundModeBytes()
114 "foregroundModeBytes = " + mForegroundModeBytes + ", " + in toString()
126 dest.writeLong(mForegroundModeBytes); in writeToParcel()
146 this.mForegroundModeBytes = foregroundModeBytes; in PerStateBytes()