Home
last modified time | relevance | path

Searched defs:isSafeToKill (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DMockIoOveruseConfigs.h71 bool isSafeToKill = false; member
/packages/services/Car/service/src/com/android/car/watchdog/
DOveruseConfigurationCache.java311 public boolean isSafeToKill(String genericPackageName, @ComponentType int componentType, in isSafeToKill() method in OveruseConfigurationCache
DWatchdogPerfHandler.java1496 int userId, String genericPackageName, int componentType, boolean isSafeToKill) { in getPackageKillableStateForUserPackageLocked()
3051 public int syncAndFetchKillableState(int myComponentType, boolean isSafeToKill, in syncAndFetchKillableState()
/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseConfigs.cpp722 bool IoOveruseConfigs::isSafeToKill(const PackageInfo& packageInfo) const { in isSafeToKill() function in android::automotive::watchdog::IoOveruseConfigs