Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java3817 if (bestRestoreMatch == null || (currSimRestoreMatch.getMatchScore() in findAndRestoreAllMatches()
3818 >= bestRestoreMatch.getMatchScore() in findAndRestoreAllMatches()
3826 if (bestRestoreMatch.getMatchScore() != 0 && newContentValues != null) { in findAndRestoreAllMatches()
3947 public int getMatchScore() { in getMatchScore() method in TelephonyProvider.SimRestoreMatch