Searched refs:storageLifeTime (Results 1 – 1 of 1) sorted by relevance
2852 int storageLifeTime = 0; in refreshLifetimeConstraint() local2855 storageLifeTime = mVold.getStorageLifeTime(); in refreshLifetimeConstraint()2861 if (storageLifeTime == -1) { in refreshLifetimeConstraint()2864 } else if (storageLifeTime > mLifetimePercentThreshold) { in refreshLifetimeConstraint()2865 Slog.w(TAG, "Ended smart idle maintenance, because of lifetime(" + storageLifeTime + in refreshLifetimeConstraint()2870 Slog.i(TAG, "Storage lifetime: " + storageLifeTime); in refreshLifetimeConstraint()