Searched refs:launchCount (Results 1 – 4 of 4) sorted by relevance
113 scoredTarget.launchCount = launched; in compute()133 final float launchCountScore = (float) target.launchCount / mostLaunched; in compute()219 public long launchCount; field in ResolverComparator.ScoredTarget231 + " launchCount: " + launchCount in toString()
191 int launchCount; // count of launches since last state field in ActivityRecord332 pw.print(" launchCount="); pw.print(launchCount); in dump()
1243 r.launchCount = 0; in activityStoppedLocked()4145 } else if (!r.visible && r.launchCount > 2 && in removeHistoryRecordsForAppLocked()
1195 r.launchCount++; in realStartActivityLocked()