Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DResolverComparator.java223 final UsageStats pkStats = mStats.get(target.name.getPackageName()); in compute() local
224 if (pkStats != null) { in compute()
231 (float) Math.max(pkStats.getLastTimeUsed() - recentSinceTime, 0); in compute()
237 final float timeSpentScore = (float) pkStats.getTotalTimeInForeground(); in compute()
242 final float launchScore = (float) pkStats.mLaunchCount; in compute()
249 if (pkStats.mChooserCounts != null && mAction != null in compute()
250 && pkStats.mChooserCounts.get(mAction) != null) { in compute()
251 chooserScore = (float) pkStats.mChooserCounts.get(mAction) in compute()
256 chooserScore += (float) pkStats.mChooserCounts.get(mAction) in compute()