Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java2627 toComponentTypeStr(componentType), config.getComponentLevelThresholds()); in toResourceSpecificConfiguration()
2654 static String toComponentTypeStr(int componentType) { in toComponentTypeStr() method in WatchdogPerfHandler
2804 if (Objects.equals(toComponentTypeStr(componentType), "UNKNOWN")) { in checkResourceOveruseConfig()
2820 "For component: " + toComponentTypeStr(componentType) in checkIoOveruseConfig()
2829 + toComponentTypeStr(componentType) in checkIoOveruseConfig()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogPerfHandlerUnitTest.java4751 String prefix = WatchdogPerfHandler.toComponentTypeStr(componentType) in sampleInternalResourceOveruseConfiguration()
4799 String prefix = WatchdogPerfHandler.toComponentTypeStr(componentType) in sampleInternalIoOveruseConfiguration()
4804 WatchdogPerfHandler.toComponentTypeStr(componentType), in sampleInternalIoOveruseConfiguration()
4867 String prefix = WatchdogPerfHandler.toComponentTypeStr(componentType) in sampleIoOveruseConfigurationBuilder()
4901 String prefix = WatchdogPerfHandler.toComponentTypeStr(componentType) in sampleResourceOveruseConfigurationBuilder()