Searched refs:unusedDaysThreshold (Results 1 – 2 of 2) sorted by relevance
357 private static boolean isExtraInfoValid(Object extraInfo, long unusedDaysThreshold) { in isExtraInfoValid() argument374 if (mostRecentUse >= unusedDaysThreshold) { in isExtraInfoValid()377 return mostRecentUse >= unusedDaysThreshold; in isExtraInfoValid()
137 private static boolean isExtraInfoValid(Object extraInfo, long unusedDaysThreshold) { in isExtraInfoValid() argument154 return mostRecentUse >= unusedDaysThreshold; in isExtraInfoValid()