Searched refs:pkStats (Results 1 – 1 of 1) sorted by relevance
202 final UsageStats pkStats = stats.get(target.name.getPackageName()); in doCompute() local203 if (pkStats != null) { in doCompute()210 (float) Math.max(pkStats.getLastTimeUsed() - recentSinceTime, 0); in doCompute()216 final float timeSpentScore = (float) pkStats.getTotalTimeInForeground(); in doCompute()221 final float launchScore = (float) pkStats.mLaunchCount; in doCompute()228 if (pkStats.mChooserCounts != null && mAction != null in doCompute()229 && pkStats.mChooserCounts.get(mAction) != null) { in doCompute()230 chooserScore = (float) pkStats.mChooserCounts.get(mAction) in doCompute()235 chooserScore += (float) pkStats.mChooserCounts.get(mAction) in doCompute()