Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DMockIoOveruseConfigs.h67 bool isSafeToKill = false; member
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DOveruseConfigurationCache.java194 public boolean isSafeToKill(String genericPackageName, @ComponentType int componentType, in isSafeToKill() method in OveruseConfigurationCache
H A DWatchdogPerfHandler.java1218 int userId, String genericPackageName, int componentType, boolean isSafeToKill) { in getPackageKillableStateForUserPackageLocked()
2438 public int syncAndFetchKillableState(int myComponentType, boolean isSafeToKill, in syncAndFetchKillableState()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoOveruseConfigs.cpp723 bool IoOveruseConfigs::isSafeToKill(const PackageInfo& packageInfo) const { in isSafeToKill() function in android::automotive::watchdog::IoOveruseConfigs