Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DOveruseConfigurationTestUtils.cpp78 const ComponentType type, const std::vector<std::string>&& safeToKill, in constructResourceOveruseConfig() argument
84 resourceOveruseConfig.safeToKillPackages = safeToKill; in constructResourceOveruseConfig()
H A DOveruseConfigurationTestUtils.h40 const std::vector<std::string>&& safeToKill,
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java4134 List<String> safeToKill = Arrays.asList(prefix + "_package.non_critical.A", in sampleResourceOveruseConfigurationBuilder() local
4147 new ResourceOveruseConfiguration.Builder(componentType, safeToKill, in sampleResourceOveruseConfigurationBuilder()