Searched refs:mDexOptLRUThresholdInMills (Results 1 – 1 of 1) sorted by relevance
347 final long mDexOptLRUThresholdInMills; field in PackageManagerService1321 mDexOptLRUThresholdInMills = dexOptLRUThresholdInMinutes * 60 * 1000; in PackageManagerService()4692 if (then + mDexOptLRUThresholdInMills < now) { in filterRecentlyUsedApps()13586 …String, UsageStats> stats = usm.queryAndAggregateUsageStats(now - mDexOptLRUThresholdInMills, now); in getUsageStatsIfNoPackageUsageInfo()