Home
last modified time | relevance | path

Searched refs:bestRestoreMatch (Results 1 – 1 of 1) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java3310 SimRestoreMatch bestRestoreMatch = null; in findAndRestoreAllMatches() local
3338 if (bestRestoreMatch == null || (currSimRestoreMatch.getMatchScore() in findAndRestoreAllMatches()
3339 >= bestRestoreMatch.getMatchScore() in findAndRestoreAllMatches()
3341 bestRestoreMatch = currSimRestoreMatch; in findAndRestoreAllMatches()
3345 if (bestRestoreMatch != null) { in findAndRestoreAllMatches()
3346 if (bestRestoreMatch.getMatchScore() != 0) { in findAndRestoreAllMatches()
3349 bestRestoreMatch.getContentValues(), in findAndRestoreAllMatches()
3357 bestRestoreMatch.getContentValues(), in findAndRestoreAllMatches()
3365 restoreCase, bestRestoreMatch.getMatchingCriteriaForLogging()); in findAndRestoreAllMatches()
3370 restoreCase, bestRestoreMatch.getMatchingCriteriaForLogging()); in findAndRestoreAllMatches()