Searched refs:dexOptLRUThresholdInMinutes (Results 1 – 1 of 1) sorted by relevance
1315 long dexOptLRUThresholdInMinutes; in PackageManagerService() local1317 dexOptLRUThresholdInMinutes = 30; // only last 30 minutes of apps for eng builds. in PackageManagerService()1319 dexOptLRUThresholdInMinutes = 7 * 24 * 60; // apps used in the 7 days for users. in PackageManagerService()1321 mDexOptLRUThresholdInMills = dexOptLRUThresholdInMinutes * 60 * 1000; in PackageManagerService()