Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DResourceOveruseConfiguration.java47 public static final int COMPONENT_TYPE_SYSTEM = 1; field in ResourceOveruseConfiguration
135 COMPONENT_TYPE_SYSTEM,
147 case COMPONENT_TYPE_SYSTEM: in componentTypeToString()
175 if (!(mComponentType == COMPONENT_TYPE_SYSTEM) in ResourceOveruseConfiguration()
180 + "COMPONENT_TYPE_SYSTEM(" + COMPONENT_TYPE_SYSTEM + "), " in ResourceOveruseConfiguration()
305 if (!(mComponentType == COMPONENT_TYPE_SYSTEM) in ResourceOveruseConfiguration()
310 + "COMPONENT_TYPE_SYSTEM(" + COMPONENT_TYPE_SYSTEM + "), " in ResourceOveruseConfiguration()
388 if (!(mComponentType == COMPONENT_TYPE_SYSTEM) in Builder()
393 + "COMPONENT_TYPE_SYSTEM(" + COMPONENT_TYPE_SYSTEM + "), " in Builder()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogManagerUnitTest.java22 import static android.car.watchdog.ResourceOveruseConfiguration.COMPONENT_TYPE_SYSTEM;
536 ResourceOveruseConfiguration.COMPONENT_TYPE_SYSTEM, new ArrayList<>(), in testResourceOveruseConfigurationToStringAndDescribeContent()
549 ResourceOveruseConfiguration.COMPONENT_TYPE_SYSTEM) in testResourceOveruseConfigurationToStringAndDescribeContent()
573 COMPONENT_TYPE_SYSTEM, /* safeTiKillPackages= */new ArrayList<>(), in sampleResourceOveruseConfigBuilder()
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-current.txt1505 field public static final int COMPONENT_TYPE_SYSTEM = 1; // 0x1