Searched refs:maxTimesContacted (Results 1 – 1 of 1) sorted by relevance
84 void computeAffinity(final int maxTimesContacted, final long currentTime) { in computeAffinity() argument85 final float timesWeight = ((float) mTimesContacted + 1) / (maxTimesContacted + 1); in computeAffinity()159 int maxTimesContacted = 0; in getValidNames() local169 if (timesContacted > maxTimesContacted) { in getValidNames()170 maxTimesContacted = timesContacted; in getValidNames()183 contact.computeAffinity(maxTimesContacted, currentTime); in getValidNames()