Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java570 public final long killableStateLastModifiedEpochSeconds; field in WatchdogStorage.UserPackageSettingsEntry
573 @KillableState int killableState, long killableStateLastModifiedEpochSeconds) { in UserPackageSettingsEntry() argument
577 this.killableStateLastModifiedEpochSeconds = killableStateLastModifiedEpochSeconds; in UserPackageSettingsEntry()
708 entry.killableStateLastModifiedEpochSeconds); in updateEntry()
728 entry.killableStateLastModifiedEpochSeconds); in replaceEntry()
DWatchdogPerfHandler.java1336 Instant.ofEpochSecond(entry.killableStateLastModifiedEpochSeconds); in readFromDatabase()