Searched refs:bestRestoreMatch (Results 1 – 1 of 1) sorted by relevance
3788 SimRestoreMatch bestRestoreMatch = null; in findAndRestoreAllMatches() local3817 if (bestRestoreMatch == null || (currSimRestoreMatch.getMatchScore() in findAndRestoreAllMatches()3818 >= bestRestoreMatch.getMatchScore() in findAndRestoreAllMatches()3820 bestRestoreMatch = currSimRestoreMatch; in findAndRestoreAllMatches()3824 if (bestRestoreMatch != null) { in findAndRestoreAllMatches()3825 ContentValues newContentValues = bestRestoreMatch.getContentValues(); in findAndRestoreAllMatches()3826 if (bestRestoreMatch.getMatchScore() != 0 && newContentValues != null) { in findAndRestoreAllMatches()3856 restoreCase, bestRestoreMatch.getMatchingCriteriaForLogging()); in findAndRestoreAllMatches()3864 restoreCase, bestRestoreMatch.getMatchingCriteriaForLogging()); in findAndRestoreAllMatches()