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