Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppsAsyncLoader.java357 private static boolean isExtraInfoValid(Object extraInfo, long unusedDaysThreshold) { in isExtraInfoValid() argument
374 if (mostRecentUse >= unusedDaysThreshold) { in isExtraInfoValid()
377 return mostRecentUse >= unusedDaysThreshold; in isExtraInfoValid()
DAppStateUsageStatsBridge.java137 private static boolean isExtraInfoValid(Object extraInfo, long unusedDaysThreshold) { in isExtraInfoValid() argument
154 return mostRecentUse >= unusedDaysThreshold; in isExtraInfoValid()