Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DPerStateBytes.java74 long backgroundModeBytes, in PerStateBytes() argument
77 this.mBackgroundModeBytes = backgroundModeBytes; in PerStateBytes()
143 long backgroundModeBytes = in.readLong(); in PerStateBytes() local
147 this.mBackgroundModeBytes = backgroundModeBytes; in PerStateBytes()