HomeSort by relevance Sort by last modified time
    Searched refs:maxScore (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMatcher.java 279 int maxScore = getMaxScore(candidateNameType, nameType);
280 if (maxScore == 0) {
285 updatePrimaryScore(contactId, maxScore);
294 if (minScore == maxScore) {
312 score = (int)(minScore + (maxScore - minScore) * (1.0f - distance));
387 int maxScore = 0;
407 if (s > maxScore) {
409 maxScore = s;
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 792 int maxScore = Integer.MIN_VALUE;
832 if (score > maxScore) {
833 maxScore = score;
    [all...]

Completed in 198 milliseconds