Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java716 if (!usage.verifyAndSetKillableState(isKillable, mTimeSource.getCurrentDate())) { in setKillablePackageAsUser()
750 if (!usage.verifyAndSetKillableState(isKillable, mTimeSource.getCurrentDate())) { in setPackageKillableStateForAllUsers()
1006 usage.verifyAndSetKillableState(/* isKillable= */ true, in resetResourceOveruseStats()
1523 usage.verifyAndSetKillableState(/* isKillable= */ true, currentDate); in checkAndResetUserPackageKillableStatesLocked()
3042 public boolean verifyAndSetKillableState(boolean isKillable, ZonedDateTime modifiedDate) { in verifyAndSetKillableState() method in WatchdogPerfHandler.PackageResourceUsage