Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/watchdog/
DPerStateBytes.java34 private long mForegroundModeBytes; field in PerStateBytes
77 this.mForegroundModeBytes = foregroundModeBytes; in PerStateBytes()
89 return mForegroundModeBytes; in getForegroundModeBytes()
115 "foregroundModeBytes = " + mForegroundModeBytes + ", " + in toString()
127 dest.writeLong(mForegroundModeBytes); in writeToParcel()
148 this.mForegroundModeBytes = foregroundModeBytes; in PerStateBytes()