Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java3778 int isoCountryCodeColumnIndex = cursor.getColumnIndex( in findAndRestoreAllMatches() local
3780 String isoCountryCodeFromDb = cursor.getString(isoCountryCodeColumnIndex); in findAndRestoreAllMatches()