Searched refs:phoneNumberColumnIndex (Results 1 – 1 of 1) sorted by relevance
3298 int phoneNumberColumnIndex = cursor.getColumnIndex(Telephony.SimInfo.COLUMN_NUMBER); in findAndRestoreAllMatches() local3299 String currPhoneNumberFromDb = cursor.getString(phoneNumberColumnIndex); in findAndRestoreAllMatches()