Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DResourceOveruseConfiguration.java145 public static String componentTypeToString(@ComponentType int value) { in componentTypeToString() method in ResourceOveruseConfiguration
258 "componentType = " + componentTypeToString(mComponentType) + ", " + in toString()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogManagerUnitTest.java548 + ResourceOveruseConfiguration.componentTypeToString( in testResourceOveruseConfigurationToStringAndDescribeContent()