Searched refs:currSimRestoreMatch (Results 1 – 1 of 1) sorted by relevance
3318 SimRestoreMatch currSimRestoreMatch = new SimRestoreMatch( in findAndRestoreAllMatches() local3323 if (currSimRestoreMatch == null) { in findAndRestoreAllMatches()3338 if (bestRestoreMatch == null || (currSimRestoreMatch.getMatchScore() in findAndRestoreAllMatches()3340 && currSimRestoreMatch.getContentValues() != null)) { in findAndRestoreAllMatches()3341 bestRestoreMatch = currSimRestoreMatch; in findAndRestoreAllMatches()