Searched refs:mTimesContacted (Results 1 – 1 of 1) sorted by relevance
54 public final int mTimesContacted; field in ContactsManager.RankedContact62 mTimesContacted = cursor.getInt( in RankedContact()85 final float timesWeight = ((float) mTimesContacted + 1) / (maxTimesContacted + 1); in computeAffinity()