Home
last modified time | relevance | path

Searched defs:componentLevelThresholds (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DIoOveruseConfiguration.java96 /* package-private */ IoOveruseConfiguration( in IoOveruseConfiguration()
203 …PerStateBytes componentLevelThresholds = (PerStateBytes) in.readTypedObject(PerStateBytes.CREATOR); in IoOveruseConfiguration() local
284 public Builder( in Builder()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java2198 PerStateBytes componentLevelThresholds = in toIoOveruseConfiguration() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java4156 PerStateBytes componentLevelThresholds = new PerStateBytes( in sampleIoOveruseConfigurationBuilder() local