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.java3788 SimRestoreMatch bestRestoreMatch = null; in findAndRestoreAllMatches() local
3817 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()