Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java3318 SimRestoreMatch currSimRestoreMatch = new SimRestoreMatch( in findAndRestoreAllMatches() local
3323 if (currSimRestoreMatch == null) { in findAndRestoreAllMatches()
3338 if (bestRestoreMatch == null || (currSimRestoreMatch.getMatchScore() in findAndRestoreAllMatches()
3340 && currSimRestoreMatch.getContentValues() != null)) { in findAndRestoreAllMatches()
3341 bestRestoreMatch = currSimRestoreMatch; in findAndRestoreAllMatches()